cthulhain <[EMAIL PROTECTED]> wrote:
> please change #!/bin/sh at the top of your script to #!/bin/bash because
> of the following:
> 
> WINDOW_IDS=(`xlsclients -l | grep Window | sed s/"Window "// | sed s/://`)

I'd rather see it adjusted to work with "/bin/sh" than having it require
bash.  Some systems don't have (or want) bash.

I'm no sh-wiz, but wouldn't 

WINDOW_IDS=`xlsclients -l | grep Window | sed s/"Window "// | sed s/://`

work in /bin/sh work?

-Jan

-- 
finger [EMAIL PROTECTED]
Please do not CC me when replying to messages on a Mailing List.
See Mail-Followup-To header (above) and
http://www.google.com/search?q=Mail-Followup-To+Header

Reply via email to