From 43569a237fb49618fe691b71731c4fce50ec3dcf Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 8 Oct 2006 12:18:04 +0000 Subject: [PATCH] Fixed problem with newer joe versions --- script/editor.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/editor.in b/script/editor.in index 987e01ee..663b454d 100644 --- a/script/editor.in +++ b/script/editor.in @@ -16,14 +16,14 @@ function alarma export JOETERM=ansi.sys ## Read variables from data.msg -. ~/data.msg +. $HOME/data.msg ## Read time left from door.sys TIME=`head -n19 ~/door.sys |tail -n1 |tr -d "[:cntrl:]"` ## Set preferred editor and parameters EDITOR=@joebin@/bbsjoe -PARAM="~/edit.msg" +PARAM="$HOME/edit.msg" # Using joe with emacs keys: # You can make a bbsjmacsrc file with emacs keys and put it