aboutsummaryrefslogtreecommitdiffstats
path: root/misc/acron/files/patch-aa
blob: cf5177c0e84d71a42d0416ebf79d81942007275f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- whats.orig  Wed Oct 14 18:32:40 1992
+++ whats   Sat Dec 13 11:31:33 1997
@@ -44,11 +44,11 @@
 fi
 ac=`echo ${ac} | tr "[a-z]" "[A-Z]"`
 
-if [ ! -f acron ]
+if [ ! -z ${ACRON} ]
 then
     acron=${ACRON}
 else
-    acron=acron
+    acron=@@PREFIX@@/share/misc/acron
 fi
 i=`grep $q -c "^${ac}  " ${acron}`