1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-26 17:59:08 +03:00

Adapt VimR building scripts

This commit is contained in:
Tae Won Ha 2024-05-28 12:06:31 +09:00
parent 6df888fbb0
commit 95431d4b97
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -8,7 +8,7 @@ set -Eeuo pipefail
# built for the current architecture only and using the simple `make` command.
declare -r -x clean=${clean:-true}
declare -r -x for_dev=${for_dev:-true}
declare -r -x for_dev=${for_dev:-false}
main() {
pushd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null