Skip to content

Commit

Permalink
Fixed missing clean of ZFS106.
Browse files Browse the repository at this point in the history
    Due to a typo, build/ZFS105 was cleaned twice and build/ZFS106 no at all.
  • Loading branch information
BjoKaSH committed Sep 8, 2012
1 parent e35f948 commit cb6a432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit cb6a432

Please sign in to comment.