summaryrefslogtreecommitdiff
path: root/test/test_libFLAC++.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_libFLAC++.sh')
-rwxr-xr-xtest/test_libFLAC++.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_libFLAC++.sh b/test/test_libFLAC++.sh
index 0a1f4641..3d82e0de 100755
--- a/test/test_libFLAC++.sh
+++ b/test/test_libFLAC++.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/sh -e
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2002-2009 Josh Coalson
@@ -18,7 +18,7 @@
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
-source common.sh
+. ./common.sh
PATH=../src/test_libFLAC++:$PATH
PATH=../objs/$BUILD/bin:$PATH