From a89bc09bc6e1bf7a3e48608c7de7de0ceb402c29 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 22 Dec 2009 19:00:45 +0100 Subject: [Example] corrects 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