Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/wtf obey $ACRONYMDB like before



details:   https://anonhg.NetBSD.org/src/rev/bd656487b9b8
branches:  trunk
changeset: 337636:bd656487b9b8
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 21 23:56:30 2015 +0000

description:
obey $ACRONYMDB like before

diffstat:

 games/wtf/wtf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 21052890c91f -r bd656487b9b8 games/wtf/wtf
--- a/games/wtf/wtf     Tue Apr 21 22:49:46 2015 +0000
+++ b/games/wtf/wtf     Tue Apr 21 23:56:30 2015 +0000
@@ -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 @@
                                ;;
                        esac
                done
+       else
+               acronyms="$ACRONYMDB"
        fi
 fi
 



Home | Main Index | Thread Index | Old Index