~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to mantools/ccformat

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
            { # some versions of indent return garbage exit status -- gack!
65
65
            (indent $FLAGS <$i 2>.ind.$$ >$TMPF || test ! -s .ind.$$) >$TMPF &&
66
66
            # try a device full check
67
 
            echo >>$TMPF && (
 
67
            # echo >>$TMPF && 
 
68
            (
68
69
                # ignore interrupts while we overwrite the original file
69
70
                trap '' 1 2 3 15; cp $TMPF $i 
70
71
            ) && echo replaced; } || { echo replacement FAILED; exit 1; }