+ semicolon for csh

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-16 09:15:22 +01:00
parent 01ffe2f3ad
commit 1cbdcc1f53
1 changed files with 1 additions and 1 deletions

View File

@ -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