[6720] in SIPB bug reports

home help back first fref pref prev next nref lref last post

whats

daemon@ATHENA.MIT.EDU (Elliot Schwartz)
Thu Feb 12 02:04:36 1998

From: Elliot Schwartz <elliot@MIT.EDU>
To: bug-sipb@MIT.EDU
Date: Thu, 12 Feb 1998 02:04:25 EST


I made the following change to whats.sh so that it operates (more)
consistently if you happen to be in a directory with acron files.

elliot

--- /afs/sipb/project/sipb/share/whats.sh	Mon Jan 12 09:49:33 1998
+++ /afs/.sipb/project/sipb/share/whats.sh	Thu Feb 12 01:52:43 1998
@@ -57,7 +57,7 @@
 else
     if [ -f acron ]
     then
-        acron=acron
+        acron=`ls -d acron* | egrep -v '~$'`
     else
         acron=`ls -d /mit/sipb/share/acron/acron* | egrep -v '~$'`
     fi


home help back first fref pref prev next nref lref last post