mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
test/ : Use more portable echo constructs
Fix suggested by Daniel Macks. Closes: https://sourceforge.net/p/flac/bugs/433/
This commit is contained in:
@@ -63,7 +63,7 @@ run_test_seeking ()
|
||||
fi
|
||||
}
|
||||
|
||||
echo -n "Checking for --ogg support in flac ... "
|
||||
echo $ECHO_N "Checking for --ogg support in flac ... " $ECHO_C
|
||||
if flac${EXE} --ogg --no-error-on-compression-fail --silent --force-raw-format --endian=little --sign=signed --channels=1 --bps=8 --sample-rate=44100 -c $0 1>/dev/null 2>&1 ; then
|
||||
has_ogg=yes;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user