jim         96/12/11 10:35:43

  Modified:    src/helpers  PrintPath
  Log:
  Buglet fix in PrintPath
  
  Revision  Changes    Path
  1.3       +1 -1      apache/src/helpers/PrintPath
  
  Index: PrintPath
  ===================================================================
  RCS file: /export/home/cvs/apache/src/helpers/PrintPath,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** PrintPath 1996/12/05 00:01:04     1.2
  --- PrintPath 1996/12/11 18:35:38     1.3
  ***************
  *** 3,9 ****
    #  will print out the full pathname unless
    #  called with the '-s' option
    #
  ! if [ $1 = "-s" ]; then
        shift
    else
        echo="yes"
  --- 3,9 ----
    #  will print out the full pathname unless
    #  called with the '-s' option
    #
  ! if [ "x$1" = "x-s" ]; then
        shift
    else
        echo="yes"
  
  
  

Reply via email to