]> git.ipfire.org Git - thirdparty/coreutils.git/commit
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)
commit71bac0dac3126a9f06b25f3b2e31e12698b88c6e
treebc8bea949cf8413d92b600872ee0c57fab57dabc
parentd41dbb187f8fc5e6c3961725c98e246b0123a9c1
maint: use #!/bin/sh consistently in shell-based test scripts

* 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