Date:2012-12-21 20:05:31 (11 years 3 months ago)
Author:Werner Almesberger
Commit:24160ddd570b8e39b66b2cae982a1c8410cf1ced
Message:dsv/dsv (setup): remove trailing whitespace from lines from bookshelf file

Files: dsv/dsv (1 diff)

Change Details

dsv/dsv
124124        while read line; do
125125        [ "$line" = "${line###}" ] || continue
126126        tmp=`echo "$line" | awk '/^[^\t ]/ { print $1 }'`
127        tail=`echo "$line" | sed 's/^[^\t ]*[\t ]*//'`
127        tail=`echo "$line" | sed 's/^[^\t ]*[\t ]*//;s/[\t ]*$//'`
128128        if [ -z "$tmp" ]; then
129129            [ -z "$tail" ] || value="$value $tail"
130130        else

Archive Download the corresponding diff file

Branches:
master



interactive