Revision: 55144
http://brlcad.svn.sourceforge.net/brlcad/?rev=55144&view=rev
Author: brlcad
Date: 2013-04-12 16:03:50 +0000 (Fri, 12 Apr 2013)
Log Message:
-----------
backticks aren't needed here
Modified Paths:
--------------
brlcad/trunk/sh/conversion.sh
Modified: brlcad/trunk/sh/conversion.sh
===================================================================
--- brlcad/trunk/sh/conversion.sh 2013-04-12 13:36:27 UTC (rev 55143)
+++ brlcad/trunk/sh/conversion.sh 2013-04-12 16:03:50 UTC (rev 55144)
@@ -454,7 +454,7 @@
# leaving orphaned 'sleep' processes that accumulate, this
# method had to be executed in the current shell environment.
- { sleep $MAXTIME && test "x`ps auxwww | grep "$work" | grep facetize |
grep "${obj}.nmg" | awk '{print $2}'`" != "x" && `touch "./${obj}.nmg.extl"` &&
kill -9 `ps auxwww | grep "$work" | grep facetize | grep "${obj}.nmg" | awk
'{print $2}'` 2>&4 & } 4>&2 2>/dev/null
+ { sleep $MAXTIME && test "x`ps auxwww | grep "$work" | grep facetize |
grep "${obj}.nmg" | awk '{print $2}'`" != "x" && touch "./${obj}.nmg.extl" &&
kill -9 `ps auxwww | grep "$work" | grep facetize | grep "${obj}.nmg" | awk
'{print $2}'` 2>&4 & } 4>&2 2>/dev/null
spid=$!
# convert NMG
@@ -493,7 +493,7 @@
fi
# start the limit timer, same as above.
- { sleep $MAXTIME && test "x`ps auxwww | grep "$work" | grep facetize |
grep "${obj}.bot" | awk '{print $2}'`" != "x" && `touch "./${obj}.bot.extl"` &&
kill -9 `ps auxwww | grep "$work" | grep facetize | grep "${obj}.bot" | awk
'{print $2}'` 2>&4 & } 4>&2 2>/dev/null
+ { sleep $MAXTIME && test "x`ps auxwww | grep "$work" | grep facetize |
grep "${obj}.bot" | awk '{print $2}'`" != "x" && touch "./${obj}.bot.extl" &&
kill -9 `ps auxwww | grep "$work" | grep facetize | grep "${obj}.bot" | awk
'{print $2}'` 2>&4 & } 4>&2 2>/dev/null
spid=$!
# convert BoT
@@ -527,7 +527,7 @@
fi
# start the limit timer, same as above.
- { sleep $MAXTIME && test "x`ps auxwww | grep "$work" | grep brep | grep
"${obj}.brep" | awk '{print $2}'`" != "x" && `touch "./${obj}.brep.extl"` &&
kill -9 `ps auxwww | grep "$work" | grep brep | grep "${obj}.brep" | awk
'{print $2}'` 2>&4 & } 4>&2 2>/dev/null
+ { sleep $MAXTIME && test "x`ps auxwww | grep "$work" | grep brep | grep
"${obj}.brep" | awk '{print $2}'`" != "x" && touch "./${obj}.brep.extl" && kill
-9 `ps auxwww | grep "$work" | grep brep | grep "${obj}.brep" | awk '{print
$2}'` 2>&4 & } 4>&2 2>/dev/null
spid=$!
# convert Brep
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits