Everywhere: Remove references to non-existent paths

This commit is contained in:
Tim Ledbetter
2024-05-31 07:18:13 +01:00
committed by Andreas Kling
parent f3a0e16ae9
commit 3e56835611
4 changed files with 0 additions and 12 deletions

View File

@@ -9,12 +9,6 @@ if [ "$#" -eq "0" ]; then
mapfile -t files < <(
git ls-files -- \
'*.sh' \
':!:Ports' \
':!:Userland/Shell/Tests' \
':!:Base/home/anon/Tests' \
':!:Base/root/generate_manpages.sh' \
':!:Base/usr/share/shell' \
':!:Base/etc/shellrc' \
)
else
files=()