13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
$OpenBSD: patch-scripts_kamdbctl,v 1.3 2010/08/30 21:48:38 sthen Exp $
|
|
--- scripts/kamdbctl.orig Tue Feb 2 19:12:20 2010
|
|
+++ scripts/kamdbctl Mon Aug 16 20:42:55 2010
|
|
@@ -51,7 +51,7 @@ fi
|
|
if [ -f "$MYLIBDIR/kamdbctl.base" ]; then
|
|
. "$MYLIBDIR/kamdbctl.base"
|
|
else
|
|
- echo -e "Cannot load core functions '$MYLIBDIR/kamdbctl.base' - exiting ...\n"
|
|
+ printf "Cannot load core functions '$MYLIBDIR/kamdbctl.base' - exiting ...\n"
|
|
exit -1
|
|
fi
|
|
|