Skip to content

Commit

Permalink
Update src/usr/lib/rsetup/cli/u-boot-menu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian authored Jan 8, 2024
1 parent 0ef42c2 commit 84e9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/lib/rsetup/cli/u-boot-menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ disable_overlays() {
__rebuild_overlays_worker() {
local overlay="$1" new_overlays="$2"

if [[ -n $(dtbo_is_compatible "$overlay") ]]
if [[ -n "$(dtbo_is_compatible "$overlay")" ]]
then
cp "$overlay" "$new_overlays/$(basename "$overlay").disabled"
exec 100>>"$new_overlays/managed.list"
Expand Down

0 comments on commit 84e9f45

Please sign in to comment.