BTS

Message4687

Author Xk2c
Recipients ft
Date 2013-11-17.14:13:49
Content
Hello Frank,

Excerpt from Frank Terbeck:

-- <snip> --
> Err, heh. Well, looks like a typo snuck in. That should obviously be
> VERSION, not VERISON. So:
> 
>     [ -n "$ZSH_VERSION" ] && emulate -L sh

Thats it! It has been tested in bash (4.2.45) and zsh (5.0.2) and verified that
it works as aspected.

Attached are: the standalone check4progs(), modified script-functions and the
patch against current git verion.


In script-functions there is one more change the discussed allready.
I changed the vim modeline:

-# vim:foldmethod=marker tw=80 ai expandtab shiftwidth=2 tabstop=8
+# vim:foldmethod=marker tw=80 ai expandtab shiftwidth=2 tabstop=8 ft=sh

This way script-functions gets correct highlighting and stuff in vim out of the
box. (filetype is conf otherwise).


It has been a pleasure to work with you Frank!


kind regards,

     Thilo


-- 
$ \grep -Thilo '[a-zA-Z0-9._-]\+()' ~/.bashrc
Files
File name Uploaded
check4progs.PATHloop Xk2c, 2013-11-17.14:13:49
script-functions Xk2c, 2013-11-17.14:13:49
script-functions.patch Xk2c, 2013-11-17.14:13:49
History
Date User Action Args
2013-11-17 14:13:49Xk2csetrecipients: + ft
2013-11-17 14:13:49Xk2clinkissue1284 messages
2013-11-17 14:13:49Xk2ccreate