~raharper/curtin/new-artful-upload

« back to all changes in this revision

Viewing changes to debian/new-upstream-snapshot

  • Committer: Scott Moser
  • Date: 2017-06-12 19:43:34 UTC
  • Revision ID: smoser@ubuntu.com-20170612194334-nlmkyjb4pxsase9v
debian/new-upstream-snapshot: fix issue with whitespace at end of line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
print_commit() {
24
24
    local subject="$1" author="$2" bugs="$3" aname=""
25
25
    aname=${author% <*}
26
 
    echo "    - $subject ${aname:+[${aname}]}${bugs:+ (LP: ${bugs})}"
 
26
    echo "    - $subject${aname:+ [${aname}]}${bugs:+ (LP: ${bugs})}"
27
27
}
28
28
 
29
29
# unfortunately seems like no easy way to get 'Author' unless