diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-09-07 12:48:41 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-09-07 12:48:41 +0200 |
commit | def41d89acf4566d5abfb2fb91cecf7851b8314d (patch) | |
tree | bef349399f5db7ead8ac44d0ee737e65158b2f66 /scripts/qemu-ifup | |
parent | 43e6941d9c80b67c8bec196cd47c40c46982cd97 (diff) |
ignore `make net` return values, improved `make help`usage
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'scripts/qemu-ifup')
-rwxr-xr-x | scripts/qemu-ifup | 1 |
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 |