summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-05-26 23:04:18 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-05-26 23:04:18 +0200
commitbb2ff6647ac9d7cbdf3186027599c4beb2be93ff (patch)
treec0a8b5050046c93aee16996a63346ac8f32a12b0
parent063d1ade222b642478afb87481128c8bc89285bb (diff)
damn typos
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index d9eabf1..93864f5 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -92,7 +92,7 @@ pkg_remove () {
pkg_update () {
cd $PDIR/$1
- NEW=$($VCS_CMS $VCS_OPTIONS $VCS_INCOMING)
+ NEW=$($VCS_CMD $VCS_OPTIONS $VCS_INCOMING)
if ([ $? != 0 ]) {
info "Updating package $1 to $(echo $NEW | tail -n 1)"
$VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS