Skip to content

Commit

Permalink
remove mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
mkraetke committed Dec 15, 2021
1 parent 18b0357 commit db3aa1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions calabash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ CATALOGS="$CATALOGS;$DIR/xmlcatalog/catalog.xml;$PROJECT_DIR/xmlcatalog/catalog.
# If, however, this calabash dir is not a subdir of $PROJECT_DIR, then it makes sense to explicitly include them here.
# Please note that it is _essential_ that your project contains an xmlcatalog/catalog.xml that includes the catalogs
# of all transpect modules that you use.
if $mingw; then
CATALOGS=file:https:///$(mingw_win_path "$DIR/xmlcatalog/catalog.xml")
fi

# show variables for debugging
if [ "$DEBUG" == "yes" ]; then
Expand Down

0 comments on commit db3aa1c

Please sign in to comment.