mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-15 07:22:05 +00:00
Fix accidental whitespace.
Co-authored-by: Leonardo Grasso <me@leonardograsso.com> Signed-off-by: Shane Lawrence <shane@lawrence.dev>
This commit is contained in:
parent
06818263b6
commit
d88d6685f8
@ -51,7 +51,7 @@ echo "* Setting up /usr/src links from host"
|
||||
for i in "$HOST_ROOT/usr/src"/*
|
||||
do
|
||||
[[ -e $i ]] || continue
|
||||
base=$(basename "$i")
|
||||
base=$(basename "$i")
|
||||
ln -s "$i" "/usr/src/$base"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user