summaryrefslogtreecommitdiff
path: root/extractAll.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extractAll.sh')
-rwxr-xr-xextractAll.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extractAll.sh b/extractAll.sh
index 6139475..8b8649f 100755
--- a/extractAll.sh
+++ b/extractAll.sh
@@ -9,7 +9,7 @@ while read -r F; do
destdir="${base}.extracted"
echo "Extracting $F to $destdir"
$root/linearizeDisk.py "$F" "$linear"
- $root/extractArchive.py -o "$destdir" "$linear"
+ $root/extractArchive.py -n -o "$destdir" "$linear"
pushd "$destdir" || continue
for G in ./*; do
echo "Converting $G to ${G}.txt"