From ce747d3d6918fb0c25a813ebc180cc9f4d0edeb9 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Mon, 27 Oct 2014 09:59:35 -0700 Subject: [PATCH] update to use my own branch --- linux-ow.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-ow.sh b/linux-ow.sh index 1c9c3623f..8f9f38c5e 100644 --- a/linux-ow.sh +++ b/linux-ow.sh @@ -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