From 1cbdcc1f53c7648f7626d4e1131157330f7f042f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Mar 2011 09:15:22 +0100 Subject: [PATCH] + semicolon for csh Signed-off-by: Nico Schottelius --- bin/cdist-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-env b/bin/cdist-env index 2256965b..3b8e1645 100755 --- a/bin/cdist-env +++ b/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