Re: dirinst comparing "X$action" with "Xdirinst" instead of $action with "dirinst"
Henning Sprang Mon, 02 Oct 2006 03:39:50 -0700
Holger Levsen wrote:
> if [ "$action" = "dirinst" ]; then
>
>
> the same and easier to read?
Yes.
It seems to do the same and looks much better.
Henning