https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120068

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2025-05-02
     Ever confirmed|0                           |1

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Downloaded a fresh release tar ball and the executable bit is set.
```
[apinski@xeond2 releases]$ wget
https://gcc.gnu.org/pub/gcc/releases/gcc-15.1.0/gcc-15.1.0.tar.xz
--2025-05-02 11:29:09-- 
https://gcc.gnu.org/pub/gcc/releases/gcc-15.1.0/gcc-15.1.0.tar.xz
Resolving gcc.gnu.org (gcc.gnu.org)... 8.43.85.97, 2620:52:3:1:0:246e:9693:128c
Connecting to gcc.gnu.org (gcc.gnu.org)|8.43.85.97|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 98268344 (94M) [application/x-xz]
Saving to: ‘gcc-15.1.0.tar.xz’

gcc-15.1.0.tar.xz                                                              
100%[====================================================================================================================================================================================================>]
 93.72M  2.13MB/s    in 30s

2025-05-02 11:29:40 (3.10 MB/s) - ‘gcc-15.1.0.tar.xz’ saved [98268344/98268344]

[apinski@xeond2 releases]$ tar xf gcc-15.1.0.tar.xz
[apinski@xeond2 releases]$ ls -l gcc-15.1.0/contrib/relpath.sh
-rwxr-xr-x. 1 apinski apinski 1487 Apr 25 01:17 gcc-15.1.0/contrib/relpath.sh
```

The first line of relpath.sh:
```
#!/bin/sh
```

Which looks correct.

Can you give the exact command that is failing?

Reply via email to