Re: On Bash options

2008-03-13 Thread Angelo Graziosi
Eric Blake wrote: > Why execute bash, just to exec urxvt, which in turn executes another > instance of bash? Why not just put urxvt as the shortcut target > instead, using ~/.Xdefaults to control everything rather than needing > bash to set it up? Eric, For the sake of completeness the 'star

Re: On Bash options

2008-03-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Angelo Graziosi on 3/13/2008 4:30 AM: | 'start_urxvt.sh' contains at the end: | | [...] | exec /usr/bin/urxvt Why execute bash, just to exec urxvt, which in turn executes another instance of bash? Why not just put urxvt as the shortcut

On Bash options

2008-03-13 Thread Angelo Graziosi
Just a curiosity. I have the following link on Desktop: C:\cygwin\bin\run.exe bash -l -c start_urxvt.sh with which I run 'start_urxvt.sh' located in /usr/local/bin. 'start_urxvt.sh' contains at the end: [...] exec /usr/bin/urxvt which starts an URXVT console. Well, the fact is that its prom