js/src/devtools/rootAnalysis/gen-hazards.sh@925c144e1f1f
js/src/devtools/rootAnalysis/gen-hazards.sh
Fri, 16 Jan 2015 18:13:44 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Fri, 16 Jan 2015 18:13:44 +0100
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
- permissions
- -rwxr-xr-x
Integrate suggestion from review to improve consistency with existing code.
7 for j in $(seq $JOBS); do
8 env PATH=$PATH:$SIXGILL/bin XDB=$SIXGILL/bin/xdb.so $JS $ANALYZE gcFunctions.lst suppressedFunctions.lst gcTypes.txt $j $JOBS tmp.$j > rootingHazards.$j &
13 for j in $(seq $JOBS); do