]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix unzipping
authormkrzewic <mikolaj.krzewicki@cern.ch>
Sat, 21 Jun 2014 09:23:07 +0000 (11:23 +0200)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Sat, 21 Jun 2014 09:23:44 +0000 (11:23 +0200)
PWGPP/QA/scripts/alienSync.sh

index 4c2d7b7bd709267949f5841cbca2f8c6032dcb22..bd4ff577112d053e056f83043ff9167dc0e52b2c 100755 (executable)
@@ -291,8 +291,8 @@ main()
     fi
 
     if [[ $unzipFiles -eq 1 ]]; then
-      echo unzip $tmpdestination -d $destinationdir
-      unzip $tmpdestination -d $destinationdir
+      echo unzip ${destination} -d ${destinationdir}
+      unzip ${destination} -d ${destinationdir}
     fi
 
     echo