mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
POSIX compliance: (most) shell scripts converted to generic shell
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
This commit is contained in:
parent
2cc5f3a93f
commit
704f48d7f3
43 changed files with 152 additions and 144 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
#!/bin/sh ../.port_include.sh
|
||||
port=vim
|
||||
version=git
|
||||
workdir=vim-master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue