mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #63609 from tokudan/udev-executable-check
udev: change error message if RUN entry is not executable
This commit is contained in:
commit
500c13ed46
@ -85,7 +85,7 @@ let
|
||||
for i in $import_progs $run_progs; do
|
||||
if [[ ! -x $i ]]; then
|
||||
echo "FAIL"
|
||||
echo "$i is called in udev rules but not installed by udev"
|
||||
echo "$i is called in udev rules but is not executable or does not exist"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user