# HG changeset patch # User Jeff Hammel # Date 1386759173 28800 # Node ID 8d28fce0a6d62614dcf670c3dc399a6085b851e8 # Parent 0d5cf87e5b7ec1ffb3677e36d64b6b91bd443447 detect scripts; namely x-tile diff -r 0d5cf87e5b7e -r 8d28fce0a6d6 bin/setup-X.sh --- a/bin/setup-X.sh Tue Dec 03 09:14:04 2013 -0800 +++ b/bin/setup-X.sh Wed Dec 11 02:52:53 2013 -0800 @@ -11,7 +11,7 @@ do if which ${i} then - if ! pidof ${i} + if ! pidof -x ${i} then echo "not running: $i" ${i} &