Hello, First of all i apologie for my poor english. I have a question about your sourceable function.
On Sun, 20 Jun 2010 23:23:57 +0200, Cristian Ionescu-Idbohrn wrote:
> ...
>
> +sourceable() {
> + # Care just about readable, non-backup, files
> + [ -r $1 ] || return 1
> + case $1 in
> + *\~)
> + return 1
> + ;;
> + esac
> +}
> +
>
> ...
I don't understand the goal of your switch instruction. Could you explain me
the goal and what is it doing exactly ?
Thank you by advance.
Best regards,
Laurent
--
Laurent Guignard, Registered as user #301590 with the Linux Counter
Site : http://www.famille-guignard.org
Blog : http://blog.famille-guignard.org
Projet : http://sicontact.sourceforge.net
GULL de Villefranche sur SaƓne : http://www.cagull.org
signature.asc
Description: Digital signature

