566400e0304afdf136a1844073fea0bfff420648
hiram
  Thu Feb 12 14:04:28 2015 -0800
adding checkUmask.sh to the userApps build fetch refs #14507

diff --git src/userApps/fetchKentSource.sh src/userApps/fetchKentSource.sh
index b8d8c43..934e527 100755
--- src/userApps/fetchKentSource.sh
+++ src/userApps/fetchKentSource.sh
@@ -28,30 +28,31 @@
 # of fetched source (number of arguments), hence the multiple set of
 # individual fetches to get all the parts
 
 rm -f part1Src.zip part2Src.zip part3Src.zip part4Src.zip part5Src.zip
 export partNumber=1
 export ofN="of 5"
 
 # this util changed from being in a directory to being a script
 # the extract can't overwrite the directory with a file
 rm -fr kent/src/utils/uniprotLift
 
 echo "fetch kent source part ${partNumber} ${ofN}" 1>&2
 git archive --format=zip -9 --remote=git://genome-source.cse.ucsc.edu/kent.git \
 --prefix=kent/ ${branch} \
 src/machTest.sh \
+src/checkUmask.sh \
 src/ameme \
 src/aladdin \
 src/blat \
 src/dnaDust \
 src/fuse \
 src/gfClient \
 src/gfServer \
 src/index \
 src/makefile \
 src/meta \
 src/parasol \
 src/primeMate \
 src/product \
 src/protDust \
 src/weblet \