summaryrefslogtreecommitdiffstats
path: root/release/extract.sh
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-20 22:55:24 +0000
committerphk <phk@FreeBSD.org>1994-11-20 22:55:24 +0000
commit2897fcd3a0e87aa8690a119c620a4d3b312d2673 (patch)
treeaadd8b575bc95bf8cdc8336ff7df0d620cf7e379 /release/extract.sh
parent00777402fa9c1b57e325ad9647ce0b409f88b8b0 (diff)
downloadFreeBSD-src-2897fcd3a0e87aa8690a119c620a4d3b312d2673.zip
FreeBSD-src-2897fcd3a0e87aa8690a119c620a4d3b312d2673.tar.gz
bin_tgz.aa -> bindist_tgz.aa
Diffstat (limited to 'release/extract.sh')
-rw-r--r--release/extract.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/extract.sh b/release/extract.sh
index 29c63c3..8c0c313 100644
--- a/release/extract.sh
+++ b/release/extract.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-# $Id: extract.sh,v 1.12 1994/11/18 10:05:36 jkh Exp $
+# $Id: extract.sh,v 1.13 1994/11/18 10:22:39 jkh Exp $
PATH=/stand:$PATH
DDIR=/
-if [ -f bin_tgz.aa ] ; then
+if [ -f bindist_tgz.aa ] ; then
# Temporary kludge for pathological bindist.
if [ -f $DDIR/etc/myname ]; then
cp $DDIR/etc/hosts $DDIR/etc/myname $DDIR/stand/etc
OpenPOWER on IntegriCloud