summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 91a0eac..4eb9ff5 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -95,7 +95,7 @@ pkg_update () {
info "Checking package $1..."
NEW=$($VCS_CMD $VCS_OPTIONS $VCS_INCOMING)
if ([ $? = 0 ]) {
- info "\rUpdating package $1 to $(echo $NEW | tail -n 1)\n"
+ info "\rUpdating package $1 to $(echo $NEW | tail -n 1)"
$VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS
info "\rUpdated package $1 to $(echo $NEW | tail -n 1) \n"
checklinks $CL_OPTIONS