diff --git a/etc/config/paraview.csh b/etc/config/paraview.csh
index 86a5287..7a09f1b 100644
--- a/etc/config/paraview.csh
+++ b/etc/config/paraview.csh
@@ -74,8 +74,7 @@ case "$ParaView_MAJOR".*:
 
 case [0-9]*:
     # extract major from the version
-    setenv ParaView_MAJOR `echo ${ParaView_VERSION} | \
-        sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
+    setenv ParaView_MAJOR `echo ${ParaView_VERSION} | sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
     breaksw
 endsw
 
