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 e2723cd..4d8c23f 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -58,7 +58,7 @@ if ([ "$QUUX" != 'quux' ]) {
}
if ([ ! -d $PDIR ]) {
- die "$PDIR not found!!"
+ die "$PDIR not found!!\n"
}