only:helping cygwin

This commit is contained in:
rusefillc 2023-07-04 01:08:55 -04:00
parent 6b9f5c054e
commit 3a35e703a0
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,11 @@
# fail on error
set -e
if [ "$(expr substr $(uname -s) 1 6)" == "CYGWIN" ]; then
echo No image on CYGWIN
exit 0
fi
FULL_INI=$1
H_OUTPUT=$2
FS_SIZE=$3

View File

@ -6,6 +6,11 @@
# fail on error
set -e
if [ "$(expr substr $(uname -s) 1 6)" == "CYGWIN" ]; then
echo No image on CYGWIN
exit 0
fi
FULL_INI=$1
H_OUTPUT=$2
FS_SIZE=$3