|
@@ -111,6 +111,13 @@ if [ "$PMOCKUP" ]; then
|
|
|
export PMOCKUP
|
|
export PMOCKUP
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+# Gateway models
|
|
|
|
|
+if [ "$GWMODELS" ]; then
|
|
|
|
|
+ if [ "$debug" ]; then echo "GWMODELS $GWMODELS"; fi
|
|
|
|
|
+ GWMODELS=`cygpath -w $GWMODELS`
|
|
|
|
|
+ export GWMODELS
|
|
|
|
|
+fi
|
|
|
|
|
+
|
|
|
# Export the proper home environment variable
|
|
# Export the proper home environment variable
|
|
|
HOME=`cygpath -w $HOME`
|
|
HOME=`cygpath -w $HOME`
|
|
|
export HOME
|
|
export HOME
|