[Commits] [svn:einsteintoolkit] WeylScal4/trunk/m/ (Rev. 90)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Mon Dec 12 14:19:58 CST 2011
User: eschnett
Date: 2011/12/12 02:19 PM
Modified:
/trunk/m/
runmath.sh
Log:
Use KRANCPATH if it is set
File Changes:
Directory: /trunk/m/
====================
File [modified]: runmath.sh
Delta lines: +2 -1
===================================================================
--- trunk/m/runmath.sh 2011-12-12 20:12:15 UTC (rev 89)
+++ trunk/m/runmath.sh 2011-12-12 20:19:58 UTC (rev 90)
@@ -17,7 +17,8 @@
rm -f $output
# Run Kranc to regenerate the code
-../../../../repos/Kranc/Bin/kranc $script | tee $error
+: ${KRANCPATH=../../../../repos/Kranc}
+${KRANCPATH}/Bin/kranc $script | tee $error
[ $PIPESTATUS -eq 0 ] || exit $PIPESTATUS
mv $error $output
More information about the Commits
mailing list