We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd3f7f5 + 904774b commit ee2c2b3Copy full SHA for ee2c2b3
scripts/build-linux-deb.sh
@@ -74,7 +74,7 @@ done
74
# the command-line as these might be relative pathnames
75
cd linux
76
77
-if [ -r kernel/configs/local.config]; then
+if [ -r kernel/configs/local.config ]; then
78
make ARCH=arm64 "${CONFIG}" local.config
79
else
80
make ARCH=arm64 "${CONFIG}"
0 commit comments