[Dune] Notification from Dune

Flyspray dune at hal.iwr.uni-heidelberg.de
Wed Aug 9 14:05:45 CEST 2006


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#169 - dunecontrol does not work with MacOS
User who did this: - Markus Blatt (mblatt)

----------
Joe was right:

it seems to be the + in the sed statement of the switch case

echo $COMMANDS | sed -e 's/ +/ | /g'
++ echo update autogen configure make all exec svn
++ sed -e 's/ +/ | /g'
+ eval '
case "$command" in
  update' autogen configure make all exec 'svn)

Why on earth does sed put ' into the string?
Is this a problem with the quoting? Should one use double quote
instead of single quotes?

Anyway I replace sed -e 's/ +/ | /g' with sed -e 's/ / | /g'
So it should probably work now.
----------

More information can be found at the following URL:
http://hal.iwr.uni-heidelberg.de/flyspray/?do=details&id=169#comment148

You are receiving this message because you have requested it from the
Flyspray bugtracking system.  You can be removed from future
notifications by visiting the URL shown above.





More information about the Dune mailing list