diff options
author | andreask <andreask> | 2011-03-30 22:29:19 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-03-30 22:29:19 (GMT) |
commit | 6266f2e3593c1f443d49334bad71f9a5dde9a4f6 (patch) | |
tree | a725e73c6f61e3eb090849ca93fde7c2455d8ff2 /unix | |
parent | 36c35aa22abd15c12f1dc5619c332e82bb9c5e7a (diff) | |
download | tcl-6266f2e3593c1f443d49334bad71f9a5dde9a4f6.zip tcl-6266f2e3593c1f443d49334bad71f9a5dde9a4f6.tar.gz tcl-6266f2e3593c1f443d49334bad71f9a5dde9a4f6.tar.bz2 |
Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and trunk are ok, so a merge is not required.
Diffstat (limited to 'unix')
-rwxr-xr-x[-rw-r--r--] | unix/ldAix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/ldAix b/unix/ldAix index cf37d40..51b2995 100644..100755 --- a/unix/ldAix +++ b/unix/ldAix @@ -1,5 +1,5 @@ #!/bin/sh -# +# # ldAix ldCmd ldArg ldArg ... # # This shell script provides a wrapper for ld under AIX in order to |