summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks/auto-patchelf.sh
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-18 00:02:06 +0000
committerGitHub <noreply@github.com>2021-07-18 00:02:06 +0000
commit08a8809bfe1688df8419f41fd31c2f794c4debdf (patch)
tree02c532b4ebeac226362c3723c8b9cfa1ef7e4c5c /pkgs/build-support/setup-hooks/auto-patchelf.sh
parent11332e9137fbbab82b10312da9dad67e3607f553 (diff)
parent382fdc7ad3184c7d47f54feb535a970fe64a0f35 (diff)
downloadnixpkgs-08a8809bfe1688df8419f41fd31c2f794c4debdf.tar
nixpkgs-08a8809bfe1688df8419f41fd31c2f794c4debdf.tar.gz
nixpkgs-08a8809bfe1688df8419f41fd31c2f794c4debdf.tar.bz2
nixpkgs-08a8809bfe1688df8419f41fd31c2f794c4debdf.tar.lz
nixpkgs-08a8809bfe1688df8419f41fd31c2f794c4debdf.tar.xz
nixpkgs-08a8809bfe1688df8419f41fd31c2f794c4debdf.tar.zst
nixpkgs-08a8809bfe1688df8419f41fd31c2f794c4debdf.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/build-support/setup-hooks/auto-patchelf.sh')
-rw-r--r--pkgs/build-support/setup-hooks/auto-patchelf.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/build-support/setup-hooks/auto-patchelf.sh b/pkgs/build-support/setup-hooks/auto-patchelf.sh
index 70b1fc802b5..511371931de 100644
--- a/pkgs/build-support/setup-hooks/auto-patchelf.sh
+++ b/pkgs/build-support/setup-hooks/auto-patchelf.sh
@@ -29,7 +29,6 @@ isExecutable() {
     isExeResult="$(LANG=C $READELF -h -l "$1" 2> /dev/null \
         | grep '^ *Type: *EXEC\>\|^ *INTERP\>')"
     # not using grep -q, because it can cause Broken pipe
-    # https://unix.stackexchange.com/questions/305547/broken-pipe-when-grepping-output-but-only-with-i-flag
     [ -n "$isExeResult" ]
 }