Skip to content

Commit ee2c2b3

Browse files
authored
Merge pull request #34 from lool/fix-kernel-config-usage
Linux deb: Fix config fragment usage
2 parents bd3f7f5 + 904774b commit ee2c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-linux-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ done
7474
# the command-line as these might be relative pathnames
7575
cd linux
7676

77-
if [ -r kernel/configs/local.config]; then
77+
if [ -r kernel/configs/local.config ]; then
7878
make ARCH=arm64 "${CONFIG}" local.config
7979
else
8080
make ARCH=arm64 "${CONFIG}"

0 commit comments

Comments
 (0)