From 51e20986699aab044210b0cbec06edb586e34d0c Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 23 Dec 2009 11:23:54 +0100 Subject: [Example] corrects dumb error --- net:example.com/Environment.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net:example.com/Environment.zsh b/net:example.com/Environment.zsh index 4868062..d86a417 100644 --- a/net:example.com/Environment.zsh +++ b/net:example.com/Environment.zsh @@ -9,7 +9,7 @@ ## ## Mettez le nom de votre station de travail habituelle ici ## -if { ! -e ~/.workstation ] +if [ ! -e ~/.workstation ] then echo >&2 "Quelle est votre station de travail attitrée ? (`hostname -s`) " && read $workstation echo ${workstation:-$(hostname -s)} > ~/.workstation -- cgit v1.2.3