ソースを参照

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