mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
One more typo in the release script
This commit is contained in:
@@ -134,11 +134,10 @@ if [ ${CPVERSION:0:7} != "nightly" ]; then
|
||||
rsync $RSYNC_DRY_RUN $RSYNC_OPTS "$DOCFOLDER/" frs.sf.net-$SFUSER:/home/project-web/coolprop/htdocs
|
||||
fi
|
||||
#
|
||||
if [ "$BINFOLDER" == "release" ] && [ "$DRYRUN" != "false" ]; then
|
||||
if [[ ("$BINFOLDER" == "release") && ("$DRYRUN" == "false") ]]; then
|
||||
printMessage "Removing release directory"
|
||||
rm -rf "$BINFOLDER/*"
|
||||
else
|
||||
printMessage "Not removing directory with binaries, either nightly or dryrun activated."
|
||||
rm -rf "$BINFOLDER"
|
||||
mkdir -p "$BINFOLDER"
|
||||
fi
|
||||
# Change back to where we came from
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user