Date:2011-01-02 16:53:16 (13 years 2 months ago)
Author:David Kühling
Commit:5d05b1a54e12331652b6f7ac09a26781d3884cd1
Message:octave: fix pager flags to work with busybox'es less

Files: octave/patches/030-pager.patch (1 diff)

Change Details

octave/patches/030-pager.patch
1Index: octave-3.2.4/scripts/startup/main-rcfile
2===================================================================
3--- octave-3.2.4.orig/scripts/startup/main-rcfile 2011-01-02 16:50:10.000000000 +0100
4@@ -11,7 +11,7 @@
5                   filesep, "inputrc"));
6
7 if (strcmp (PAGER (), "less") && isempty (getenv ("LESS")))
8- PAGER_FLAGS ('-e -X -P"-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$"');
9+ PAGER_FLAGS ('-E');
10 endif
11
12 ## This appears here instead of in the pkg/PKG_ADD file so that --norc

Archive Download the corresponding diff file



interactive