summaryrefslogtreecommitdiffstats
path: root/src/util/ss/ChangeLog
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1995-02-23 19:47:08 +0000
committerMark Eichin <eichin@mit.edu>1995-02-23 19:47:08 +0000
commita86a35ca434fb10da6c5eabd2cd2c6c48aebb181 (patch)
treebcbd3cd6b166cc9125c7316851292da186c1a1d8 /src/util/ss/ChangeLog
parentde127a1372455a55209351a2c879955562408f90 (diff)
* mk_cmds.sh: use ${SED} not sed in backtick expressions.
Explicitly check for ${FILE} since sed doesn't give an error if it is absent. Also set -e to catch other conditions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4996 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ss/ChangeLog')
-rw-r--r--src/util/ss/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index 5447c7b69..a4be3c799 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,7 +1,8 @@
Thu Feb 23 14:24:31 1995 Mark Eichin (eichin@cygnus.com)
* mk_cmds.sh: use ${SED} not sed in backtick expressions.
- Use set -e so that if ${FILE} isn't found we actually fail.
+ Explicitly check for ${FILE} since sed doesn't give an error if it
+ is absent. Also set -e to catch other conditions.
Sat Oct 22 09:54:50 1994 (tytso@rsx-11)