1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

autogen.sh: Fail on error (set -e).

This commit is contained in:
benjamin.drung@gmail.com 2013-11-06 15:41:20 +00:00
parent 496aa450df
commit 5a53913e87

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
set -e
aclocal -I m4 aclocal -I m4
autoconf autoconf