[SM-Commit] PERFORCE change 76784 by Andrew Stitt for review

Perforce Review Daemon p4review at smee.org
Sat Mar 25 16:40:11 EST 2006


Change 76784 by andrew_stitt at afk-courier on 2006/03/25 21:38:34

	add -f to less command line

Affected files ...

... //sgl/sorcery/test/ChangeLog#183 integrate
... //sgl/sorcery/test/etc/sorcery/config#18 integrate

Differences ...

==== //sgl/sorcery/test/ChangeLog#183 (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/test/etc/sorcery/config#18 (xtext) ====

@@ -51,7 +51,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