mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Remove references to non-existent paths
This commit is contained in:
committed by
Andreas Kling
parent
f3a0e16ae9
commit
3e56835611
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user