minimal/do: use "#!/usr/bin/env sh" instead of "#!/bin/sh"
This way you can force it to use redo-sh, so that it can pass shelltest.od.
This commit is contained in:
parent
8911a222bf
commit
5bc7c861b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env sh
|
||||||
#
|
#
|
||||||
# A minimal alternative to djb redo that doesn't support incremental builds.
|
# A minimal alternative to djb redo that doesn't support incremental builds.
|
||||||
# For the full version, visit http://github.com/apenwarr/redo
|
# For the full version, visit http://github.com/apenwarr/redo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue