Ignore:
Timestamp:
Sep 24, 2014, 9:34:21 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Merge version 1.5.1 from vendor to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/install-sh

    r418 r429  
    22# install - install a program, script, or datafile
    33
    4 scriptversion=2011-01-19.21; # UTC
     4scriptversion=2011-11-20.07; # UTC
    55
    66# This originates from X11R5 (mit/util/scripts/install.sh), which was
     
    3636#
    3737# Calling this script install-sh is preferred over install.sh, to prevent
    38 # `make' implicit rules from creating a file called install from it
     38# 'make' implicit rules from creating a file called install from it
    3939# when there is no Makefile.
    4040#
     
    157157
    158158    -t) dst_arg=$2
    159         # Protect names problematic for `test' and other utilities.
     159        # Protect names problematic for 'test' and other utilities.
    160160        case $dst_arg in
    161161          -* | [=\(\)!]) dst_arg=./$dst_arg;;
     
    191191    shift # arg
    192192    dst_arg=$arg
    193     # Protect names problematic for `test' and other utilities.
     193    # Protect names problematic for 'test' and other utilities.
    194194    case $dst_arg in
    195195      -* | [=\(\)!]) dst_arg=./$dst_arg;;
     
    203203    exit 1
    204204  fi
    205   # It's OK to call `install-sh -d' without argument.
     205  # It's OK to call 'install-sh -d' without argument.
    206206  # This can happen when creating conditional directories.
    207207  exit 0
     
    241241for src
    242242do
    243   # Protect names problematic for `test' and other utilities.
     243  # Protect names problematic for 'test' and other utilities.
    244244  case $src in
    245245    -* | [=\(\)!]) src=./$src;;
     
    355355                   # Check for POSIX incompatibilities with -m.
    356356                   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
    357                    # other-writeable bit of parent directory when it shouldn't.
     357                   # other-writable bit of parent directory when it shouldn't.
    358358                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
    359359                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
Note: See TracChangeset for help on using the changeset viewer.