summaryrefslogtreecommitdiffstats
path: root/wtf
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2003-04-10 09:21:19 +0000
committerjmmv <jmmv@NetBSD.org>2003-04-10 09:21:19 +0000
commit3c8a50207f41f77a12e8c7fdf11b0cd0213b35e6 (patch)
treea0a8023fe43e4b0feca4e2521dae948d028bdb61 /wtf
parentfccb30965075ce7ec03072acaa9000980e9a0d1c (diff)
downloadbsdgames-darwin-3c8a50207f41f77a12e8c7fdf11b0cd0213b35e6.tar.gz
bsdgames-darwin-3c8a50207f41f77a12e8c7fdf11b0cd0213b35e6.tar.zst
bsdgames-darwin-3c8a50207f41f77a12e8c7fdf11b0cd0213b35e6.zip
And use basename $0 to get program's name...
Diffstat (limited to 'wtf')
-rw-r--r--wtf/wtf4
1 files changed, 2 insertions, 2 deletions
diff --git a/wtf/wtf b/wtf/wtf
index b1c63546..093fc8cb 100644
--- a/wtf/wtf
+++ b/wtf/wtf
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: wtf,v 1.9 2003/04/10 09:18:24 jmmv Exp $
+# $NetBSD: wtf,v 1.10 2003/04/10 09:21:19 jmmv Exp $
#
# Public domain
#
@@ -38,7 +38,7 @@ if [ $# -lt 1 ] ; then
fi
if [ ! -f $acronyms ]; then
- echo "wtf: cannot open acronyms database file \`$acronyms'"
+ echo "`basename $0`: cannot open acronyms database file \`$acronyms'"
exit 1
fi