Remove stray executable permissions on source files

Noticed because of a warning during an rpm build:
*** WARNING: ./usr/src/debug/nix-2.18.1-1.fc40.x86_64/src/nix-copy-closure/nix-copy-closure.cc is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/nix-2.18.1-1.fc40.x86_64/src/nix-channel/nix-channel.cc is executable but has no shebang, removing executable bit
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-11-02 09:22:00 +01:00
parent 12f9719162
commit 55ed09c4f2
2 changed files with 0 additions and 0 deletions

0
src/nix-channel/nix-channel.cc Executable file → Normal file
View file

0
src/nix-copy-closure/nix-copy-closure.cc Executable file → Normal file
View file