Corrected bug in bash_nukem .
authorsavakian <savakian@sfa.grenoble.senslab.info>
Wed, 18 Jul 2012 11:35:27 +0000 (13:35 +0200)
committersavakian <savakian@sfa.grenoble.senslab.info>
Wed, 18 Jul 2012 11:35:27 +0000 (13:35 +0200)
sfa/senslab/config/bash_nukem

index 96802a3..3830a13 100755 (executable)
@@ -15,7 +15,7 @@ if [ -d $1 ]
 then
     git_local_repo=$1
     echo "RESPOSITORY: "  $git_local_repo
-    cd $git_local_repo
+   
 fi
 
 # Set which vm we are working on (sfa-vm or sfa-vm2)
@@ -46,7 +46,7 @@ sudo rm -rf *
 sudo service sfa restart
 
 # Put back the config file that you saved before
-
+cd $git_local_repo
 sudo make clean
 make
 sudo python setup.py install