Skip to content

Commit

Permalink
Add is_cygwin to ash-template which always return false
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Mar 14, 2024
1 parent 8ee6d4a commit 1276934
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ realpath () {
)
}

# ash-template is not designed to be used with Cygwin
is_cygwin() {
return 1
}

# Allow user and template_declares (see below) to add java options.
addJava () {
java_opts="$java_opts $1"
Expand Down

0 comments on commit 1276934

Please sign in to comment.