Skip to content

Commit

Permalink
Remove stray executable permissions on source files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
keszybz committed Nov 2, 2023
1 parent 12f9719 commit 55ed09c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Empty file modified src/nix-channel/nix-channel.cc
100755 → 100644
Empty file.
Empty file modified src/nix-copy-closure/nix-copy-closure.cc
100755 → 100644
Empty file.

0 comments on commit 55ed09c

Please sign in to comment.