summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index c068496..fa03909 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -766,7 +766,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: