diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-09-16 19:34:59 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-09-17 06:14:54 +1000 |
commit | 1d3d50a9185462b1ec25f1902ccfba9c589f2a65 (patch) | |
tree | ffc3c467aa9683382c2211ed9163ac108d151912 /test/test_metaflac.sh | |
parent | ae4d720417fbac1abecf8eaba47b122366211390 (diff) | |
download | flac-1d3d50a9185462b1ec25f1902ccfba9c589f2a65.tar.gz |
Switch test scripts to bash.
Diffstat (limited to 'test/test_metaflac.sh')
-rwxr-xr-x | test/test_metaflac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_metaflac.sh b/test/test_metaflac.sh index c4e155a5..d7cef5d9 100755 --- a/test/test_metaflac.sh +++ b/test/test_metaflac.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash -e # FLAC - Free Lossless Audio Codec # Copyright (C) 2002-2009 Josh Coalson |