Ver código fonte

Fixed expansion in git functionality for library management script

Samuel W. Flint 8 anos atrás
pai
commit
fe6cb367f5
1 arquivos alterados com 1 adições e 1 exclusões
  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