diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-10 10:34:41 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-10 10:34:41 +0000 |
commit | 4d14721bb82323e97f6f934a4957a9b8706e3106 (patch) | |
tree | a54ff0a627d1188613fe78f3d5da685812bedfe4 /distrib/powerpc/runlist.sh | |
parent | 62cd04e2e3f25962dc0617f023483a30f50edfc8 (diff) |
make RAMDISK kernel for PowerPC install.
Diffstat (limited to 'distrib/powerpc/runlist.sh')
-rw-r--r-- | distrib/powerpc/runlist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc/runlist.sh b/distrib/powerpc/runlist.sh index 8693fe51865..5d31dcf2ed3 100644 --- a/distrib/powerpc/runlist.sh +++ b/distrib/powerpc/runlist.sh @@ -1,10 +1,10 @@ -# $NetBSD: runlist.sh,v 1.1 1995/07/18 04:13:01 briggs Exp $ +# $OpenBSD: runlist.sh,v 1.2 1997/10/10 10:34:39 pefo Exp $ if [ "X$1" = "X-d" ]; then SHELLCMD=cat shift else - SHELLCMD="sh" + SHELLCMD="sh -e" fi ( while [ "X$1" != "X" ]; do |