瀏覽代碼

Fixed expansion issue

Samuel W. Flint 8 年之前
父節點
當前提交
fff605c231
共有 1 個文件被更改,包括 1 次插入1 次删除
  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