We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb9e80 commit efa3678Copy full SHA for efa3678
lib/core.sh
@@ -140,7 +140,7 @@ php_band_check_for_source() {
140
log_info "Attempting to download from $host"
141
$WGET_BIN -P "$PHP_BAND_ARCH_DIR" -O "$srcfile" "$host"
142
if [ -f "$srcfile" ]; then
143
- $TAR_BIN -tf "$srcfile" 2>&1 > /dev/null
+ $TAR_BIN -tf "$srcfile" > /dev/null 2>&1
144
if [ $? -ne 0 ]; then
145
rm "$srcfile"
146
fi
0 commit comments