Subversion Repositories DIN Is Noise

Rev

Rev 1995 | Rev 2005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1995 Rev 2001
Line 79... Line 79...
79
  '')
79
  '')
80
    if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
80
    if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81
      echo "mkdir -p -- $*"
81
      echo "mkdir -p -- $*"
82
      exec mkdir -p -- "$@"
82
      exec mkdir -p -- "$@"
83
    else
83
    else
84
      # On NextStep and OpenStep, the 'mkdir' command does not
84
      # On NextStep and OpenStep, the `mkdir' command does not
85
      # recognize any option.  It will interpret all options as
85
      # recognize any option.  It will interpret all options as
86
      # directories to create, and then abort because '.' already
86
      # directories to create, and then abort because `.' already
87
      # exists.
87
      # exists.
88
      test -d ./-p && rmdir ./-p
88
      test -d ./-p && rmdir ./-p
89
      test -d ./--version && rmdir ./--version
89
      test -d ./--version && rmdir ./--version
90
    fi
90
    fi
91
    ;;
91
    ;;