From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keisuke Nishida To: Satoru Takabayashi Cc: guile-emacs@sourceware.cygnus.com Subject: Re: make failed on FreeBSD 3.4R Date: Sun, 28 May 2000 12:12:00 -0000 Message-id: References: <20000528220616X.satoru-t@is.aist-nara.ac.jp> X-SW-Source: 2000-q2/msg00056.html Satoru Takabayashi writes: > - Executing ssh-askpass to query the password... Oops... > ! $EMACS -batch -l .tmp.el 2>&1 |tail -1 > .tmp.out Hmm... Could you try this instead? $EMACS -q --no-site-file -batch -l .tmp.el 2> .tmp.out > ! emacsver=`sed 's/^[[^0-9]]*\/\([[0-9\.]]*\)\/.*/\1/' .tmp.out` This looks better. But still it has a problem. You can't install emacs in /d0/share/emacs/20.6/..., for example. How about this one? emacsver=`sed 's/^.*\/\([[0-9]][[0-9\.]]*\)\/.*/\1/' .tmp.out`