blob: 6005b79dbd9dc8f7b2f20716772cf9b09f8e521a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- glibcbug.in.orig Fri Jan 11 08:28:28 2002
+++ glibcbug.in Thu Jan 10 21:32:31 2002
@@ -99,3 +99,5 @@
else
EDIT="$VISUAL"
fi
+# Ensure the editor exists
+command -v "$EDIT" > /dev/null 2>&1 || EDIT=sensible-editor
# Find out some information.
SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \
--- glibcbug.in 1999/05/13 10:22:38 1.17
+++ glibcbug.in 1999/06/02 12:00:43
@@ -43,7 +43,7 @@
BUGADDR=${1-$BUGGLIBC}
-: ${EDITOR=emacs}
+: ${EDITOR=sensible-editor}
: ${USER=${LOGNAME-`whoami`}}
|