[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b8afcee45a78e701067fe8c9e1c7caf72d40b1c5)

Vlad Glagolev scm at sourcemage.org
Sun Apr 4 09:56:12 EDT 2010


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 utils/less/HISTORY            |    2 +-
 utils/less/profile.d/pager.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b8afcee45a78e701067fe8c9e1c7caf72d40b1c5
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    R > r

diff --git a/utils/less/HISTORY b/utils/less/HISTORY
index fe0ab22..1de626c 100644
--- a/utils/less/HISTORY
+++ b/utils/less/HISTORY
@@ -1,5 +1,5 @@
 2010-04-04 Vlad Glagolev <stealth at sourcemage.org>
-	* profile.d/pager.sh: added "-r" flag to display "raw" control characters
+	* profile.d/pager.sh: added "-R" flag to display "raw" control characters
 
 2009-09-13 Quentin Rameau <quinq at sourcemage.org>
 	* profile.d/pager.sh: added
diff --git a/utils/less/profile.d/pager.sh b/utils/less/profile.d/pager.sh
index 198c590..ff8abc2 100644
--- a/utils/less/profile.d/pager.sh
+++ b/utils/less/profile.d/pager.sh
@@ -3,7 +3,7 @@
 # then if not set, check it (maybe), then set it
 
 if  [ -z "$PAGER" ] ; then
-        PAGER="less -r"
+        PAGER="less -R"
 fi
 
 export PAGER



More information about the SM-Commit mailing list