comparison etc/aliases.ksh @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
22 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 # Boston, MA 02111-1307, USA. 23 # Boston, MA 02111-1307, USA.
24 24
25 # Shortcuts for sh-derived Unix shells (ksh, zsh, bash) 25 # Shortcuts for sh-derived Unix shells (ksh, zsh, bash)
26 26
27 # From Steve Baur <steve@xemacs.org> 27 # From Steve Baur <steve@altair.xemacs.org>
28 # Run temacs as XEmacs 28 # Run temacs as XEmacs
29 function runtemacs 29 function runtemacs
30 { 30 {
31 if [ ! -x temacs ]; then 31 if [ ! -x temacs ]; then
32 echo "Must be in temacs source directory to run temacs." 32 echo "Must be in temacs source directory to run temacs."