added comment for "git for windows" bash
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -uo pipefail
|
||||
|
||||
# when executed as executable file in "git for windows" bash some things won't work, so always run with prefixed command
|
||||
if [[ ! -e dist ]]; then
|
||||
mkdir dist;
|
||||
fi
|
||||
|
Reference in New Issue
Block a user