mirror of
https://github.com/PDP-10/its.git
synced 2026-04-15 16:20:21 +00:00
Add missing -z option for listing a .tgz.
This commit is contained in:
@@ -29,7 +29,7 @@ create_archive() {
|
||||
(cd out; tar czf $EMULATOR.tgz $EMULATOR)
|
||||
|
||||
# Verify the tarball
|
||||
if tar tf $EMULATOR.tgz >/dev/null 2>&1; then
|
||||
if tar tzf $EMULATOR.tgz >/dev/null 2>&1; then
|
||||
echo "Tarball is valid and can be expanded."
|
||||
break
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user