quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] bugfix: prinf to printf


From: Dean Roehrich
Subject: [Quilt-dev] bugfix: prinf to printf
Date: Tue, 13 Jul 2004 16:00:29 -0500

Found this when I pulled in the latest today...


Index: work/scripts/patchfns.in
===================================================================
--- work.orig/scripts/patchfns.in       2004-07-13 14:11:28.000000000 -0500
+++ work/scripts/patchfns.in    2004-07-13 15:56:04.000000000 -0500
@@ -789,7 +789,7 @@ DB="$QUILT_PC/applied-patches"
 
 if [ -z "$skip_version_check" ] && ! version_check
 then
-       prinf $"The working tree was created by an older version of quilt. 
Please run 'quilt upgrade'.\n" >&2
+       printf $"The working tree was created by an older version of quilt. 
Please run 'quilt upgrade'.\n" >&2
        exit 1
 fi
 ### Local Variables:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]