Sniperovitch 8 years ago
parent
commit
eccd1c2ff4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cocktail

+ 1 - 1
cocktail

@@ -234,7 +234,7 @@ cleanup_working_folder() {
   verbose "$FUNCNAME WORKING_FOLDER=$WORKING_FOLDER"
   verbose "$FUNCNAME WORKING_FOLDER=$WORKING_FOLDER"
   if test -n "$WORKING_FOLDER" -a -d "$WORKING_FOLDER";
   if test -n "$WORKING_FOLDER" -a -d "$WORKING_FOLDER";
   then
   then
-    if "$VERBOSE" -eq 1;
+    if test "$VERBOSE" -eq 1;
     then
     then
       rm --recursive --verbose "$WORKING_FOLDER"
       rm --recursive --verbose "$WORKING_FOLDER"
     else
     else