Opened 13 years ago

Closed 13 years ago

#483 closed defect (fixed)

./configure: ${i:0...}: Bad substitution

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: minor Milestone: svndigest 0.9
Component: build Version: trunk
Keywords: Cc:

Description

I found this error report:

https://sourceforge.net/projects/svndigest/forums/forum/1185157/topic/3855235

Perhaps we should replace the test ${i:0:2} = "-l" with some

echo $i | grep '^-l' > /dev/null

which probably is more portable.

Change History (2)

comment:1 Changed 13 years ago by Peter Johansson

Status: newassigned

comment:2 Changed 13 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

(In [1259]) fixes #483

Note: See TracTickets for help on using tickets.