Selaa lähdekoodia

Fixed expansion issue

Samuel W. Flint 8 vuotta sitten
vanhempi
commit
fff605c231
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      library.org

+ 1 - 1
library.org

@@ -216,7 +216,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
           if [[ $GIT == "detect" ]] ; then
               OLD=`pwd`
               cd ${LIBRARYDIRECTORY}
-              git $@
+              git "$@"
               cd ${OLD}
           fi
       fi