]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: use #!/bin/sh consistently in shell-based test scripts
authorJim Meyering <meyering@redhat.com>
Mon, 14 Sep 2009 12:53:24 +0000 (14:53 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 14 Sep 2009 13:27:02 +0000 (15:27 +0200)
* tests/misc/sort-continue: Change first line to standard #!/bin/sh,
not #!/bin/bash (though it doesn't matter, since each is invoked
via $(SHELL) dir/test-name.

tests/misc/sort-continue

index 1b0ef431c837db6d3256fce31596d3df47be646e..8b206f35cb81a4701c7ad16b0376bc235fa0a7d6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Tests for file descriptor exhaustion.
 
 # Copyright (C) 2009 Free Software Foundation, Inc.