From: Bernhard Reutner-Fischer Date: Mon, 16 Mar 2015 13:50:31 +0000 (+0100) Subject: runqemu-gen-tapdevs: Fixup whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af305827824824c7e40c09eeea70a7ce05a6633d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git runqemu-gen-tapdevs: Fixup whitespace no real changes Signed-off-by: Bernhard Reutner-Fischer --- diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs index 1efe7a829a3..299a83c2db1 100755 --- a/scripts/runqemu-gen-tapdevs +++ b/scripts/runqemu-gen-tapdevs @@ -2,7 +2,7 @@ # # Create a "bank" of tap network devices that can be used by the # runqemu script. This script needs to be run as root, and will -# use the tunctl binary from the build system sysroot. Note: many Linux +# use the tunctl binary from the build system sysroot. Note: many Linux # distros these days still use an older version of tunctl which does not # support the group permissions option, hence the need to use the build # system provided version. @@ -24,7 +24,7 @@ usage() { echo "Usage: sudo $0 " - echo "Where is the numeric user id the tap devices will be owned by" + echo "Where is the numeric user id the tap devices will be owned by" echo "Where is the numeric group id the tap devices will be owned by" echo " is the number of tap devices to create (0 to remove all)" echo " is the path to the build system's native sysroot" @@ -64,8 +64,8 @@ if [ -z "$IFCONFIG" ]; then IFCONFIG=/sbin/ip fi if [ ! -x "$IFCONFIG" ]; then - echo "$IFCONFIG cannot be executed" - exit 1 + echo "$IFCONFIG cannot be executed" + exit 1 fi # Ensure we start with a clean slate