summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-12-23 11:23:54 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-12-23 11:23:54 +0100
commit51e20986699aab044210b0cbec06edb586e34d0c (patch)
treee5f5e86c71fe7af17a878a349a8d982573afa56e
parent8e200a56e710303ed5ef0b03a2a7adb106b251bd (diff)
[Example] corrects dumb 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