diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2009-12-22 19:00:45 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2009-12-22 19:00:45 +0100 |
commit | a89bc09bc6e1bf7a3e48608c7de7de0ceb402c29 (patch) | |
tree | 48ab77902e62472b84d9b975dd44f07639650e46 /net:example.com/Environment.zsh | |
parent | a8b8e31107af2c3c80978edab24459a455dcac80 (diff) |
[Example] corrects error
Diffstat (limited to 'net:example.com/Environment.zsh')
-rw-r--r-- | net:example.com/Environment.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |