summaryrefslogtreecommitdiffstats
path: root/release/extract.sh
diff options
context:
space:
mode:
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 177efee..727d6ae 100644
--- a/release/extract.sh
+++ b/release/extract.sh
@@ -1,4 +1,4 @@
:
-if [ -f bindist.tgz.aa ] ; then
- cat bindist.tgz.?? | zcat | ( cd / ; cpio -H tar -idumV )
+if [ -f bin_tgz.aa ] ; then
+ cat bin_tgz.?? | zcat | ( cd / ; cpio -H tar -idumV )
fi
OpenPOWER on IntegriCloud