Browse Source

Fixed expansion issue

Samuel W. Flint 7 years ago
parent
commit
fff605c231
1 changed files with 1 additions and 1 deletions
  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