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
commit 3e56835611
Notes: sideshowbarker 2024-07-17 07:09:53 +09:00
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=()