From cb6a432fb7b930d8f0b9b1d2ecb9f1f82ffd5e1f Mon Sep 17 00:00:00 2001 From: BjoKaSH Date: Sat, 8 Sep 2012 23:23:49 +0200 Subject: [PATCH] Fixed missing clean of ZFS106. Due to a typo, build/ZFS105 was cleaned twice and build/ZFS106 no at all. --- support/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/release.sh b/support/release.sh index 2e418437..ecf1f513 100755 --- a/support/release.sh +++ b/support/release.sh @@ -36,7 +36,7 @@ USER=`whoami` ( mkdir -p ${DIR}/../${BUILD} rm -rf ${DIR}/../${BUILD}/ZFS105 -rm -rf ${DIR}/../${BUILD}/ZFS105 +rm -rf ${DIR}/../${BUILD}/ZFS106 cp -R ${DIR}/MacZFS.pmdoc ${DIR}/../${BUILD} sed -i~ -e "s/0\\.0\\.0/${VERSION}/g" ${DIR}/../${BUILD}/MacZFS.pmdoc/*