summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2013-12-18 16:12:57 +0100
committerJean Delvare <jdelvare@suse.de>2013-12-18 16:12:57 +0100
commit64d8ac1c179ced1b00bc728d3abf6e7b4def4a64 (patch)
treecbb4f773237a47b3f1209c8149d52398b61d878d
parentac0446bf1402dd87a849eca8c21900afd739d179 (diff)
downloadquilt-64d8ac1c179ced1b00bc728d3abf6e7b4def4a64.tar.gz
Fixup typo in commit 1006fad2ab35d5c37ab5f395323afb5a12b3aa42
-rw-r--r--quilt/scripts/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/scripts/patchfns.in b/quilt/scripts/patchfns.in
index f5e5f6a..e89474f 100644
--- a/quilt/scripts/patchfns.in
+++ b/quilt/scripts/patchfns.in
@@ -1008,7 +1008,7 @@ setup_pager()
[ -z "$QUILT_PAGER" -o "$QUILT_PAGER" = "cat" ] && return 0
- exports LESS="${LESS:-FRSX}"
+ export LESS="${LESS:-FRSX}"
# NOTE: with "exec > >($pager)" there is no way to get the pid of the
# pager so we can't wait for it to complete. Otherwise we wouldn't