summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-02 17:03:02 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-02 17:03:02 +0200
commite5351777aaa154e4f4bfb7af67ca8786b150bde2 (patch)
tree4f58ed80734a1aabf54f770a7664a58aa26f16e6
parente21078be903494852cf9c4d3db797f091e296596 (diff)
oops
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index a7f5387..7afe3e6 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -53,7 +53,7 @@ if ([ "$PKG_PROTO" = "ssh" ]) {
# Remote path
if ([ "$PKG_PROTO" = "ssh" ]) {
- PKG_PATH$(echo "$PKG_ROOT" | sed 's!^ssh://!!' | sed -r 's!^([^/]*)/.*$!\1!')
+ PKG_PATH=$(echo "$PKG_ROOT" | sed 's!^ssh://!!' | sed -r 's!^([^/]*)/.*$!\1!')
} elif ([ "$PKG_PROTO" = "file" ]) {
PKG_PATH="$PKG_ROOT"
}