summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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