]> git.lyx.org Git - lyx.git/blobdiff - development/keystest/list_all_children.sh
New keytest version from John McCabe-Dansted
[lyx.git] / development / keystest / list_all_children.sh
index 11359aed6436aa38585db3e4594d6f25c1cfc20c..b6b012ceb128316c4200d19ab78fb6cedcc0ac31 100755 (executable)
@@ -18,7 +18,7 @@ kill_all_children () {
        kill -9 `listall "$*"`
 }
 
-if [ "$1"="$kill"  ]
+if [ "$1" = "kill"  ]
 then
        shift
        kill_all_children "$*"