pdiff script change has bug

Bug #364338 reported by matt_hargett
2
Affects Status Importance Assigned to Milestone
pmccabe (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: pmccabe

Looking at the diff from 2.4 to 2.5 (http://launchpadlibrarian.net/19404556/pmccabe_2.4%2Bnmu1_2.5.diff.gz), I noticed this incorrect change:

-echo "\nAnalyzing $newdir ...\c" >&2
+prnitf "\nAnalyzing %s ..." "$newdir" >&2

The latter line should be:
prnitf "\nAnalyzing %s ..." "$newdir" >&2

Revision history for this message
matt_hargett (matt-use) wrote :

er, latter line should be:

printf "\nAnalyzing %s ..." "$newdir" >&2

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.