[SM-Commit] PERFORCE change 76781 by Andrew Stitt for review
Perforce Review Daemon
p4review at smee.org
Sat Mar 25 16:40:09 EST 2006
Change 76781 by andrew_stitt at afk-courier on 2006/03/25 21:36:10
add -f to less command line, we never invoke less on binary data anyway
Affected files ...
... //sgl/sorcery/devel/ChangeLog#536 edit
... //sgl/sorcery/devel/etc/sorcery/config#49 edit
Differences ...
==== //sgl/sorcery/devel/ChangeLog#536 (text) ====
@@ -2,6 +2,7 @@
* libsorcery: remove LC_ALL hack
* cast: put slightly safer LC_ALL hack in cast around the build
phase. This fixes bug 10546, see also bug 2910.
+ * config: add -f to less arguments, less is never invoked on binary data
2006-03-24 Andrew Stitt <astitt at sourcemage.org>
* libdispel: explicitly return 0 after removing state files
==== //sgl/sorcery/devel/etc/sorcery/config#49 (xtext) ====
@@ -52,7 +52,7 @@
# -X: dont do screen init and deinit, gaze install
# of a small spell is effectively useless otherwise as the
# screen is cleared afterwards.
- PAGER=${PAGER:=less -R -E -X}
+ PAGER=${PAGER:=less -R -E -X -f}
FILEPROG=${FILEPROG:=file}
DIALOGPROG=${DIALOGPROG:=dialog}
More information about the SM-Commit
mailing list