From e5351777aaa154e4f4bfb7af67ca8786b150bde2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 2 Jun 2008 17:03:02 +0200 Subject: oops --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') 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" } -- cgit v1.2.3