Kaynağa Gözat

Fixed expansion issue

Samuel W. Flint 8 yıl önce
ebeveyn
işleme
fff605c231
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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