modifications to support windows
This commit is contained in:
parent
671acaa74f
commit
48766a9a7b
8 changed files with 44 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue