cg-clone: needs update Index: cg-clone =================================================================== --- 00b94eea5b99d5dd1d1bbe9c9ca3502d11aec581/cg-clone (mode:100755) +++ uncommitted/cg-clone (mode:100755) @@ -28,10 +28,10 @@ destdir=$2 if [ "$destdir" ]; then - [ ! "$samedir" ] || die "specifying both -s and DESTDIR makes no sense" + [ ! "$same_dir" ] || die "specifying both -s and DESTDIR makes no sense" dir=$destdir else - dir=${location%/.git}; dir=${dir##*/} + dir=${location%/.git}; dir=${dir##*/}; dir=${dir%.git} fi if ! echo "$location" | grep -q ":" ; then