summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-04-12 15:09:05 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-04-12 15:09:05 +0200
commit585d287e6ea4fcfc1ffc7589687dae728824ba16 (patch)
tree43e9bd5a51c42178d4704b30815d198f5987ca76
parent13060f7411559208ef05a0cc991989f289033a86 (diff)
pkg: Added a forgotten newline in a die message
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 2b4c673..a14f960 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -143,7 +143,7 @@ if [[ $PKG_ROOT == ssh://* ]] {
} elif [[ $PKG_ROOT == /* ]] {
PKG_PROTO='file'
} else {
- die "Error: Unknown protocol in PKG_ROOT '$PKG_ROOT'"
+ die "Error: Unknown protocol in PKG_ROOT '$PKG_ROOT'\n"
}
# user, host, path