Use standard POSIX shell for manual generation script
No bashisms are needed here, so target portability accross Unix systems.
This commit is contained in:
parent
4c310c1ebd
commit
34fba57011
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh -eu
|
||||
cargo build
|
||||
cargo xstask mangen
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue