Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Feb 6, 2024
1 parent beaaf5f commit 89ba802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fc-kernels/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux

cd linux

grep -v '^ *#' < file | while IFS= read -r version
grep -v '^ *#' < kernel_versions.txt | while IFS= read -r version
do
build_version "$version"
done
Expand Down

0 comments on commit 89ba802

Please sign in to comment.