summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}