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:
Avery Pennarun 2018-12-04 02:52:23 -05:00
commit 5bc7c861b6

View file

@ -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