delete env.sh as not needed

This commit is contained in:
Ivan FB 2026-04-03 18:19:03 +02:00
parent 50f0050245
commit 687162cb94
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

8
env.sh
View File

@ -1,8 +0,0 @@
#!/bin/bash
# We use ${BASH_SOURCE[0]} instead of $0 to allow sourcing this file
# and we fall back to a Zsh-specific special var to also support Zsh.
REL_PATH="$(dirname ${BASH_SOURCE[0]:-${(%):-%x}})"
ABS_PATH="$(cd ${REL_PATH}; pwd)"
source ${ABS_PATH}/vendor/nimbus-build-system/scripts/env.sh