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