t / t5100 / msg0005on commit t9901-git-web--browse.sh: use the $( ... ) construct for command substitution (ec1b763)
   1The git-cvsimport-script had a copule of small bugs that prevented me
   2from importing a big CVS repository.
   3
   4The first was that it didn't handle removed files with a multi-digit
   5primary revision number.
   6
   7The second was that it was asking the CVS server for "F" messages,
   8although they were not handled.
   9
  10I also updated the documentation for that script to correspond to
  11actual flags.
  12
  13Signed-off-by: David Kågedal <davidk@lysator.liu.se>