- if test "`expr index $httpd_only /`" -eq '1' || \
+ if test "`echo $httpd_only | cut -c 1`" = '/' || \
which $httpd_only >/dev/null
I wonder why not use:
if expr "z$httpd_only" : "z/" >/dev/null
Best regards
Uwe
--
Uwe Kleine-König
exit vi, lesson II:
: w q ! <CR>
NB: write the current file