stop xtr on err
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 10 Apr 1987 07:44:05 +0000 (23:44 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 10 Apr 1987 07:44:05 +0000 (23:44 -0800)
SCCS-vsn: sys/tahoe/dist/get 1.2

usr/src/sys/tahoe/dist/get

index 5cd7c25..d9dc532 100644 (file)
@@ -4,7 +4,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)get 1.1 (Berkeley) %G%
+#      @(#)get 1.2 (Berkeley) %G%
 #
 # Shell script to build a mini-root file system
 # in preparation for building a distribution tape.
 #
 # Shell script to build a mini-root file system
 # in preparation for building a distribution tape.
@@ -75,6 +75,7 @@ cat >etc/fstab <<EOF
 /dev/dk0a:/a:xx:1:1
 EOF
 cat >xtr <<'EOF'
 /dev/dk0a:/a:xx:1:1
 EOF
 cat >xtr <<'EOF'
+#!/bin/sh -e
 : ${disk?'Usage: disk=xx0 tape=yy xtr'}
 : ${tape?'Usage: disk=xx0 tape=yy xtr'}
 echo 'Build root file system'
 : ${disk?'Usage: disk=xx0 tape=yy xtr'}
 : ${tape?'Usage: disk=xx0 tape=yy xtr'}
 echo 'Build root file system'