From: <bor...@us...> - 2020-07-17 15:55:46
|
Revision: 3747 http://sourceforge.net/p/ftm/code/3747 Author: borghesi Date: 2020-07-17 15:55:45 +0000 (Fri, 17 Jul 2020) Log Message: ----------- Modified Paths: -------------- trunk/ftm/util/install-mxo.sh Modified: trunk/ftm/util/install-mxo.sh =================================================================== --- trunk/ftm/util/install-mxo.sh 2020-07-17 15:55:18 UTC (rev 3746) +++ trunk/ftm/util/install-mxo.sh 2020-07-17 15:55:45 UTC (rev 3747) @@ -47,11 +47,11 @@ sf1=/Developer/Tools/SetFile sf1=/Applications/Xcode.app/Contents/Developer/usr/bin/SetFile -if [ -f $sf1 ]; then - $sf1 -a B "$proddir" -else - $sf2 -a B "$proddir" -fi +# if [ -f $sf1 ]; then +# $sf1 -a B "$proddir" +#else +# $sf2 -a B "$proddir" +#fi # remove target for clean install with current date and flags for directories echo "[removing $installdir]" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |