Explorar o código

Fixed expansion issue

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