]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tests: Revert back /bin/sh in shebang
authorPetr Vorel <petr.vorel@gmail.com>
Sun, 15 Oct 2017 09:59:45 +0000 (11:59 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 16 Oct 2017 16:22:01 +0000 (09:22 -0700)
This was added by mistake in commit ecd44e68
("tests: Remove bashisms (s/source/.)")

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
testsuite/tests/ip/route/add_default_route.t

index 0b566f1f552b243de3d13b82d99bf21a989c64dd..569ba1f84cdc36d5d931c9bf80dde4eb13f2b490 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 . lib/generic.sh