Thread (7 messages) flat view 7 messages, 3 authors, 2016-06-15

Re: [PATCH] Fixed non portable use of expr, and incorrect use of test -eq for string comparison.

From: Uwe Kleine-König <hidden>
Date: 2016-06-15 22:43:30

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help