From 10417f08183951d998988d6b9ed86470a34e95c4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 May 2008 23:29:55 +0200 Subject: no more plenking --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index 39daa6d..1820f39 100755 --- a/bin/pkg +++ b/bin/pkg @@ -92,7 +92,7 @@ pkg_remove () { pkg_update () { cd $PDIR/$1 - info "Checking package $1 ..." + info "Checking package $1..." NEW=$($VCS_CMD $VCS_OPTIONS $VCS_INCOMING) if ([ $? = 0 ]) { info "\rUpdating package $1 to $(echo $NEW | tail -n 1)\n" -- cgit v1.2.3