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:
parent
496aa450df
commit
5a53913e87
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
|
Loading…
x
Reference in New Issue
Block a user