8da2539ae98931477fc9c22f484a4f9a07f47c40
kuhn
  Sat Dec 11 13:09:39 2021 -0800
oops.  left off a backslash

diff --git src/utils/qa/whoMadeIt.csh src/utils/qa/whoMadeIt.csh
index 2e366eb..60b7205 100755
--- src/utils/qa/whoMadeIt.csh
+++ src/utils/qa/whoMadeIt.csh
@@ -13,31 +13,31 @@
 onintr cleanup
 
 set program=""
 set location=""
 set size=""
 
 # set up equivalence to combine split contributions under two logins
 set names=( 'Ann Zweig' 'Brian Raney' 'Brooke Rhead' 'Jim Kent' 'Andy Pohl'\
   'Larry Meyer' 'Mark Diekhans' 'Kate Rosenbloom' 'Hiram Clawson' 'Tim Dreszer' \
   'Galt Barber' 'Belinda Giardine' 'Angie Hinrichs' 'Robert Baertsch' \
   'Donna Karolchik' 'Fan Hsu' 'Robert Kuhn' 'Maximilian Haeussler' \
   'Rachel Harte' 'Brian Lee')
 set alias=( ann braney rhead kent aamp \
   larrym markd kate hiram tdreszer  \
   galt giardine angie baertsch \
-  donnak fanhsu kuhn Max 
+  donnak fanhsu kuhn Max \
   hartera brianlee)
 # set names=( 'Jim Kent' )
 # set alias=( kent )
 set aliases=`echo $alias | wc -w`
 
 if ( $#argv != 1 ) then
   echo
   echo "  gets info about who wrote how many lines in a file."
   echo "  expects your source tree in your ~/kent directory."
   echo "  will work on a directory name."
   echo "  writes some files in your kent directory, then removes them."
   echo
   echo "    usage:  `basename $0` program"
   echo
   exit