aboutsummaryrefslogtreecommitdiff
path: root/release/bininst
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-30 11:58:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-30 11:58:29 +0000
commita45ccac9299f078e612669a91f714ad64a6a2d3d (patch)
tree272670a76c3ca36c113aacc61e59479a9763abda /release/bininst
parent4c0c58d87c4dd1052c5584f8b7a57d774a981c5e (diff)
downloadsrc-a45ccac9299f078e612669a91f714ad64a6a2d3d.tar.gz
src-a45ccac9299f078e612669a91f714ad64a6a2d3d.zip
Merge in more creature-confort changes, plus some spelling and general
badness fixes from Keith.
Notes
Notes: svn path=/head/; revision=4872
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/bininst b/release/bininst
index 77f593558f86..83e587215d22 100755
--- a/release/bininst
+++ b/release/bininst
@@ -13,10 +13,10 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: bininst,v 1.50 1994/11/21 09:50:02 jkh Exp $
+# $Id: bininst,v 1.51 1994/11/28 22:13:03 jkh Exp $
if [ "${_BININST_LOADED_}" = "yes" ]; then
- echo "Error, $0 loaded more than once!"
+ error "Error, $0 loaded more than once!"
return 1
else
_BININST_LOADED_=yes