From: danw Date: Sat, 22 Jan 2000 03:11:42 +0000 (+0000) Subject: fix two bugs noticed by kretch X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/081ad33428490969fb5eae25c425b44a45df2b70 fix two bugs noticed by kretch --- diff --git a/gen/zephyr.sh b/gen/zephyr.sh index 923ff237..b0b4462b 100644 --- a/gen/zephyr.sh +++ b/gen/zephyr.sh @@ -35,7 +35,7 @@ done # HUP zephyrd if needed case $hup in yes) - pid=`ps -ef | awk '/[^]]zephyrd/ { print $2; }' + pid=`ps -ef | awk '/[^\]]zephyrd/ { print $2; }'` kill -HUP $pid sleep 5 ;;