Index: bin/ext/rcfilecat.sh =================================================================== --- bin/ext/rcfilecat.sh (revision 947071) +++ bin/ext/rcfilecat.sh (working copy) @@ -3,7 +3,7 @@ rcfilecat () { CLASS=org.apache.hadoop.hive.cli.RCFileCat - HIVE_OPTS ='' + HIVE_OPTS='' execHiveCmd $CLASS "$@" }