modifications to support windows

This commit is contained in:
PowerUser64 2025-04-01 21:05:43 -07:00
parent 671acaa74f
commit 48766a9a7b
8 changed files with 44 additions and 103 deletions

View file

@ -18,6 +18,7 @@
# [optional: test to run] (-f, -x, -e) \
# [optional: operation (source, exec, command or nothing)] \
careful_source() {
echo "Sourcing $1"
if test "${4:--f}" "$1"; then
${5:-.} "$1"
else