mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 17:41:13 +01:00
autogen.sh: Fail on error (set -e).
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
aclocal -I m4
|
aclocal -I m4
|
||||||
autoconf
|
autoconf
|
||||||
|
|||||||
Reference in New Issue
Block a user