Explorar el Código

Fixed expansion in git functionality for library management script

Samuel W. Flint hace 8 años
padre
commit
fe6cb367f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library

+ 1 - 1
library

@@ -77,7 +77,7 @@ function do_git {
         if [[ $GIT == "detect" ]] ; then
             OLD=`pwd`
             cd ${LIBRARYDIRECTORY}
-            git $@
+            git "$@"
             cd ${OLD}
         fi
     fi