Hello, David Jack Olrik wrote: > - 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html