summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-12-22 19:00:45 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-12-22 19:00:45 +0100
commita89bc09bc6e1bf7a3e48608c7de7de0ceb402c29 (patch)
tree48ab77902e62472b84d9b975dd44f07639650e46
parenta8b8e31107af2c3c80978edab24459a455dcac80 (diff)
[Example] corrects error
-rw-r--r--net:example.com/Environment.zsh2
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