Skip to content

Commit d08d96f

Browse files
committed
Bash cleanup
1 parent 3ef3534 commit d08d96f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xdelta3/run_release.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/bin/sh
2-
3-
# TODO build liblzma for each host
1+
#!/bin/bash
42

53
# Place C/C++ common flags here
64
COMMON="-g"
@@ -177,7 +175,7 @@ setup
177175

178176
try untar-lzma ${BUILDDIR} tar -xvf "${LZMA_FILE}"
179177
if [ $? -ne 0 ]; then
180-
return
178+
exit $?
181179
fi
182180

183181
DATE=`date`

0 commit comments

Comments
 (0)