diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-28 11:21:34 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-28 11:21:34 -0500 |
commit | dc28f1945c0716e7525813c662a21bf210a8fe5e (patch) | |
tree | 0ba7cc264d0ee4fa222066aab563433ce4b3463b /g | |
parent | 202557da3c4f1cd57f46a4ba1c9d74e7b4d1c2db (diff) |
mishap in ./g, issue with links creations
Diffstat (limited to 'g')
-rwxr-xr-x | g | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,8 @@ # Wrapper for git to handle more subdirs at the same time # +set -x + # no params, no action if [ "$#" -eq "0" ] ; then git @@ -54,8 +56,8 @@ refresh_hooks() fi ;; help|dictionaries) - if [ -d $COREDIR/clone/$core ] ; then - pushd $COREDIR/clone/$core > /dev/null + if [ -d $COREDIR/clone/$repo ] ; then + pushd $COREDIR/clone/$repo > /dev/null # fixme: we should really keep these per-repo to # keep the repos independant. since these two # are realy not independant yet, we keep using core's hooks |