mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-04-04 09:40:36 +02:00
autogen.sh: use exec for configure
No point in waiting around until it finishes Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a072277ba9
commit
b13d67af9b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ cd "$srcdir"
|
|||
autoreconf -fvi || exit $?
|
||||
|
||||
cd "$olddir"
|
||||
test -n "$NOCONFIGURE" || "$srcdir"/configure "$@"
|
||||
test -n "$NOCONFIGURE" || exec "$srcdir"/configure "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue