Module Name:    src
Committed By:   christos
Date:           Tue Apr 21 23:56:30 UTC 2015

Modified Files:
        src/games/wtf: wtf

Log Message:
obey $ACRONYMDB like before


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/wtf/wtf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/wtf/wtf
diff -u src/games/wtf/wtf:1.20 src/games/wtf/wtf:1.21
--- src/games/wtf/wtf:1.20	Tue Apr 21 18:49:46 2015
+++ src/games/wtf/wtf	Tue Apr 21 19:56:30 2015
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#	$NetBSD: wtf,v 1.20 2015/04/21 22:49:46 christos Exp $
+#	$NetBSD: wtf,v 1.21 2015/04/21 23:56:30 christos Exp $
 #
 # Public domain
 #
@@ -51,6 +51,8 @@ if [ -z "$acronyms" ]; then
 				;;
 			esac
 		done
+	else
+		acronyms="$ACRONYMDB"
 	fi
 fi
 

Reply via email to