]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/glibcbug.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.3.2 / glibcbug.patch
1 --- glibcbug.in.orig    Fri Jan 11 08:28:28 2002
2 +++ glibcbug.in Thu Jan 10 21:32:31 2002
3 @@ -99,3 +99,5 @@
4  else
5    EDIT="$VISUAL"
6  fi
7 +# Ensure the editor exists
8 +command -v "$EDIT" > /dev/null 2>&1 || EDIT=sensible-editor
9
10  # Find out some information.
11  SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \
12 --- glibcbug.in 1999/05/13 10:22:38     1.17
13 +++ glibcbug.in 1999/06/02 12:00:43
14 @@ -43,7 +43,7 @@
15  
16  BUGADDR=${1-$BUGGLIBC}
17  
18 -: ${EDITOR=emacs}
19 +: ${EDITOR=sensible-editor}
20  
21  : ${USER=${LOGNAME-`whoami`}}
22