aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-09-07 12:48:41 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-09-07 12:48:41 +0200
commitdef41d89acf4566d5abfb2fb91cecf7851b8314d (patch)
treebef349399f5db7ead8ac44d0ee737e65158b2f66 /scripts
parent43e6941d9c80b67c8bec196cd47c40c46982cd97 (diff)
ignore `make net` return values, improved `make help`usage
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qemu-ifup1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/qemu-ifup b/scripts/qemu-ifup
index 20c10de..e5e3858 100755
--- a/scripts/qemu-ifup
+++ b/scripts/qemu-ifup
@@ -3,6 +3,7 @@
# The idea is to add the tap device to the same bridge
# as we have default routing to.
+set -x
# in order to be able to find brctl
PATH=$PATH:/sbin:/usr/sbin