src/utils/qa/getRRtables.csh 1.7
1.7 2010/01/28 00:36:16 ann
variable needed quoting
Index: src/utils/qa/getRRtables.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getRRtables.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/getRRtables.csh 22 Jan 2010 21:17:18 -0000 1.6
+++ src/utils/qa/getRRtables.csh 28 Jan 2010 00:36:16 -0000 1.7
@@ -49,9 +49,9 @@
set machpath1=$rootpath/hgnfs1
endif
endif
-if (! -e $machpath1 ) then
+if (! -e "$machpath1" ) then
echo
echo " $mach1 is not a valid machine"
echo
exit 1