projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a072277
)
autogen.sh: use exec for configure
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 26 Jan 2017 04:23:18 +0000
(14:23 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 26 Jan 2017 04:23:18 +0000
(14:23 +1000)
No point in waiting around until it finishes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 4f2aac97c01273168794015c8b03a8870e43fe0c..ad653cdf8b5b68eb2a17c53bda3f749cc63b00c1 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-9,4
+9,4
@@
cd "$srcdir"
autoreconf -fvi || exit $?
cd "$olddir"
-test -n "$NOCONFIGURE" || "$srcdir"/configure "$@"
+test -n "$NOCONFIGURE" ||
exec
"$srcdir"/configure "$@"