]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
add missing "$@" for exec'ing the real configure script
authorAntti Kantee <pooka@iki.fi>
Wed, 23 Jul 2014 14:33:41 +0000 (14:33 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 23 Jul 2014 14:33:41 +0000 (14:33 +0000)
app-tools/rumpapp-xen-configure.in

index 29f94af4ffb05dd6dcf43d24995701c388d13985..d64d67af5a0ef682a84ede5d5d08818954a1dded 100755 (executable)
@@ -2,4 +2,4 @@
 # invoke this (for example) as  .../app-configure ./configure --prefix=...
 set -e
 prog=$1; shift
-CC=!APPTOOLS!/rumpapp-xen-cc exec "$prog" --host=!ARCH!-rumpxen-netbsd
+CC=!APPTOOLS!/rumpapp-xen-cc exec "$prog" --host=!ARCH!-rumpxen-netbsd "$@"