From a972ec332fc17310bf2ad1062ee2112592f853d9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 1 Jul 2008 20:06:03 +0200 Subject: bin/pkg: oops --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index e8e2dbe..c0e2cb8 100755 --- a/bin/pkg +++ b/bin/pkg @@ -77,7 +77,7 @@ if (echo "$PKG_ROOT" | grep "^ssh" &> /dev/null) { # Host if [[ "$PKG_PROTO" = "ssh" ]] { - PKG_HOST=$(echo "$PKG_ROOT" | sed 's!^ssh://!!' | sed -r 's!^[[^/]*)/.*$!\1!') + PKG_HOST=$(echo "$PKG_ROOT" | sed 's!^ssh://!!' | sed -r 's!^[^/]*)/.*$!\1!') } # Remote path -- cgit v1.2.3