mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-5092 Better fix for i5/OS.
X-SVN-Rev: 19807
This commit is contained in:
parent
342f222fe1
commit
d167ecc357
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
# Copyright (C) 2006-2006, International Business Machines Corporation
|
||||
# and others. All Rights Reserved.
|
||||
#
|
||||
# Use "test -x" instead of "test -f"
|
||||
# Use "test -x" instead of "test -f" most of the time.
|
||||
# due to how executables are created in a different file system.
|
||||
s/test[ ]*-f/test -x/g
|
||||
s/as_executable_p="test -f"/as_executable_p="test -x"/g
|
||||
s/test -f "$ac_file"/test -x "$ac_file"/g
|
||||
s/test -f $ac_dir\/install-sh/test -x $ac_dir\/install-sh/g
|
||||
s/test -f $ac_dir\/install.sh/test -x $ac_dir\/install.sh/g
|
||||
s/test -f $ac_dir\/shtool/test -x $ac_dir\/shtool/g
|
||||
# Use the more efficient del instead of rm command.
|
||||
s/rm[ ]*-rf/del -f/g
|
||||
s/rm[ ]*-fr/del -f/g
|
||||
|
|
Loading…
Add table
Reference in a new issue