Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (117d1a01c56b1593e3b656ffa7d299253b84d092)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (117d1a01c56b1593e3b656ffa7d299253b84d092)
  • Date: Sun, 13 Sep 2009 12:57:47 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

utils/most/profile.d/pager.sh | 10 ++++++++++
1 files changed, 10 insertions(+)

New commits:
commit 117d1a01c56b1593e3b656ffa7d299253b84d092
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

utils/most: forgot to include profile script

diff --git a/utils/most/profile.d/pager.sh b/utils/most/profile.d/pager.sh
new file mode 100644
index 0000000..ee463d7
--- /dev/null
+++ b/utils/most/profile.d/pager.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# First check if this variable is already set
+# then if not set, check it (maybe), then set it
+
+if [ -z "$PAGER" ] ; then
+ PAGER="most"
+fi
+
+export PAGER
+



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (117d1a01c56b1593e3b656ffa7d299253b84d092), Quentin Rameau, 09/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page