diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-02 17:03:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-02 17:03:02 +0200 |
commit | e5351777aaa154e4f4bfb7af67ca8786b150bde2 (patch) | |
tree | 4f58ed80734a1aabf54f770a7664a58aa26f16e6 /bin | |
parent | e21078be903494852cf9c4d3db797f091e296596 (diff) |
oops
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |