فهرست منبع

Fixed expansion in git functionality for library management script

Samuel W. Flint 8 سال پیش
والد
کامیت
fe6cb367f5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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