Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14394] editor.sh missing a corresponding sysconfig file

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14394] editor.sh missing a corresponding sysconfig file
  • Date: 5 Apr 2008 19:06:02 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14394





------- Additional Comments From ruskie+smbugs AT mages.ath.cx 2008-04-05 14:06
-------
Why is it needed to check for editors?

just:

if [ ! -n $EDITOR ] ; then
EDITOR=nano
fi
export EDITOR

And don't use [[ ]] in profile scripts... they need to comply to POSIX sh not
bash...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page