*** empty log message ***

This commit is contained in:
Mark Mine 2003-05-31 19:12:44 +00:00
parent 90fb2ebf89
commit aa3dfc7d52
2 changed files with 9 additions and 0 deletions

View File

@ -65,6 +65,11 @@ if [ "$FOURD" ]; then
FOURD=`cygpath -w $FOURD`
export FOURD
fi
if [ "$MRM" ]; then
if [ "$debug" ]; then echo "MRM $MRM"; fi
MRM=`cygpath -w $MRM`
export MRM
fi
if [ "$PARALLAX" ]; then
if [ "$debug" ]; then echo "PARALLAX $PARALLAX"; fi
PARALLAX=`cygpath -w $PARALLAX`

View File

@ -61,6 +61,10 @@ if [ "$FOURD" ]; then
FOURD=`cygpath -w $FOURD`
export FOURD
fi
if [ "$MRM" ]; then
MRM=`cygpath -w $MRM`
export MRM
fi
if [ "$PARALLAX" ]; then
PARALLAX=`cygpath -w $PARALLAX`
export PARALLAX