@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
lib
/
modules
/
5.4.0-216-generic
/
build
/
scripts
/
Path :
Upload File :
New :
File
Dir
//lib/modules/5.4.0-216-generic/build/scripts/modules-check.sh
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 set -e # Check uniqueness of module names check_same_name_modules() { for m in $(sed 's:.*/::' modules.order | sort | uniq -d) do echo "warning: same module names found:" >&2 sed -n "/\/$m/s:^: :p" modules.order >&2 done } check_same_name_modules