summaryrefslogtreecommitdiff
path: root/distrib/amiga/miniroot/dot.profile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/amiga/miniroot/dot.profile')
-rw-r--r--distrib/amiga/miniroot/dot.profile7
1 files changed, 5 insertions, 2 deletions
diff --git a/distrib/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile
index 220e2270691..6a87c0283af 100644
--- a/distrib/amiga/miniroot/dot.profile
+++ b/distrib/amiga/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.3 1997/10/20 22:24:01 millert Exp $
+# $OpenBSD: dot.profile,v 1.4 1998/04/13 01:17:17 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -117,7 +117,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then
# Installing or upgrading?
_forceloop=""
while [ "X$_forceloop" = X"" ]; do
- echo -n '(I)nstall or (U)pgrade? '
+ echo -n '(I)nstall, (U)pgrade, or (S)hell? '
read _forceloop
case "$_forceloop" in
i*|I*)
@@ -128,6 +128,9 @@ if [ "X${DONEPROFILE}" = "X" ]; then
/upgrade
;;
+ s*|S*)
+ ;;
+
*)
_forceloop=""
;;