Browse Source

fix done msg for gimmes

Kyle P Davis 10 years ago
parent
commit
483d4e870f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      gimme.sh

+ 1 - 2
gimme.sh

@@ -197,7 +197,6 @@ __gimme() {
 			git pull
 			git pull
 			popd >/dev/null
 			popd >/dev/null
 		fi
 		fi
-		return 0
 	;;
 	;;
 	*)
 	*)
 		_gimme pkgtool
 		_gimme pkgtool
@@ -205,7 +204,7 @@ __gimme() {
 		has "$PKG"  ||  _gimmepkg "$PKG"
 		has "$PKG"  ||  _gimmepkg "$PKG"
 	;;
 	;;
 	esac
 	esac
-	echo "Got $PKG"
+	echo "# DONE: gimme $PKG"
 }
 }
 
 
 _gimme() {
 _gimme() {