Sebastian Dransfeld <[EMAIL PROTECTED]> writes:
> [sebastid@s186b sebastid]$ /usr/sbin/chksession -x=Enlightenment
> #!/bin/sh
>
> [ -f /home/daouda ] || {
sorry , the packager who embedded the session entry in spec
has forgetted to "escape" the $ in $HOME; so while building, rpm
interpreted this as the home of the current packager.
[daouda@ke SPECS]$ echo $HOME
/home/daouda
[daouda@ke SPECS]$
fixing ...
> ^^^^^^
> /usr/bin/enlightenment.install
> }
> exec /usr/bin/enlightenment
>
> What is this?
>
> seb