+ semicolon for csh
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
01ffe2f3ad
commit
1cbdcc1f53
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ NEWMANPATH="$(pwd -P):$MANPATH"
|
||||||
|
|
||||||
# Match csh, tcsh to handle differently
|
# Match csh, tcsh to handle differently
|
||||||
if $(echo $shell_binary | grep -q 'csh$'); then
|
if $(echo $shell_binary | grep -q 'csh$'); then
|
||||||
echo setenv PATH $NEWPATH
|
echo setenv PATH $NEWPATH \;
|
||||||
echo setenv MANPATH $NEWMANPATH
|
echo setenv MANPATH $NEWMANPATH
|
||||||
else
|
else
|
||||||
echo export PATH=$NEWPATH
|
echo export PATH=$NEWPATH
|
||||||
|
|
Loading…
Reference in a new issue