Skip to content

Commit

Permalink
update to use my own branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Oct 27, 2014
1 parent f1ce575 commit ce747d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions linux-ow.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/bash
export WATCOM=/usr/watcom

# TESTING: If Jon's custom branch of Open Watcom 1.9 is present, use it--this is vital for testing!
if [ -d "/usr/src/openwatcom-1.9/rel2/binl" ]; then
export WATCOM=/usr/src/openwatcom-1.9/rel2
fi

# Jonathan has started developing with OpenWatcom 2.0 branch. Use it!
if [ -d "/usr/watcom-2.0/binl" ]; then
export WATCOM=/usr/watcom-2.0
fi

# TESTING: If Jon's custom branch of Open Watcom 2.0 is present, use it--this is vital for testing!
if [ -d "/usr/src/ow/open-watcom-v2/rel/binl" ]; then
export WATCOM=/usr/src/ow/open-watcom-v2/rel
fi

echo "Using: $WATCOM"

export EDPATH=$WATCOM/eddat
Expand Down

0 comments on commit ce747d3

Please sign in to comment.