+ semicolon for csh

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.1
Nico Schottelius 14 years ago
parent 01ffe2f3ad
commit 1cbdcc1f53
  1. 2
      bin/cdist-env

@ -35,7 +35,7 @@ NEWMANPATH="$(pwd -P):$MANPATH"
# Match csh, tcsh to handle differently
if $(echo $shell_binary | grep -q 'csh$'); then
echo setenv PATH $NEWPATH
echo setenv PATH $NEWPATH \;
echo setenv MANPATH $NEWMANPATH
else
echo export PATH=$NEWPATH

Loading…
Cancel
Save