Explorar o código

Fixed expansion in git functionality for library management script

Samuel W. Flint %!s(int64=8) %!d(string=hai) anos
pai
achega
fe6cb367f5
Modificáronse 1 ficheiros con 1 adicións e 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