mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor comments
This commit is contained in:
@@ -21,6 +21,9 @@ LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
|||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
PATH=../src/test_unit:../obj/bin:$PATH
|
PATH=../src/test_unit:../obj/bin:$PATH
|
||||||
|
|
||||||
|
# We use the whole path to test_unit so it can find itself. It uses it's own
|
||||||
|
# binary as a dummy source for creating a test FLAC file so it can work on the
|
||||||
|
# metadata.
|
||||||
if `which test_unit` ; then : ; else
|
if `which test_unit` ; then : ; else
|
||||||
echo "ERROR during test_unit" 1>&2
|
echo "ERROR during test_unit" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user