Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build_draft.sh')
-rwxr-xr-xdoc/build_draft.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 664edfdd..7f570bcc 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -91,7 +91,7 @@ cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
#echo '</artwork>' >> opus_compare_escaped.c
#echo '</figure>' >> opus_compare_escaped.c
-if test ! -d ../opus_testvectors ; then
+if [ ! -d ../opus_testvectors ] ; then
echo "Downloading test vectors..."
wget 'https://opus-codec.org/testvectors/opus_testvectors.tar.gz'
tar -C .. -xvzf opus_testvectors.tar.gz