8000 fixed a bug in the release maker · javascriptit/BitSafe@c8d3059 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8d3059

Browse files
committed
fixed a bug in the release maker
1 parent f7e95c6 commit c8d3059

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function exiterr {
2121
exit 1
2222
}
2323

24+
2425
if [ ! -d $OUTPUT_DIR ]; then
2526
echo "no output directory"
2627
exit 1
@@ -39,7 +40,7 @@ fi
3940

4041
processfile binary.img || exiterr
4142
cd binary || exiterr
42-
tar -xf ../live.tar.gz live || exiterr
43+
tar -czf ../live.tar.gz live || exiterr
4344
cd ..
4445
processfile live.tar.gz || exiterr
4546
rm live.tar.gz || exiterr

0 commit comments

Comments
 (0)
0