Skip to content

Commit

Permalink
steps/menu: error helyett warn
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Dec 12, 2024
1 parent 427e2cd commit 0df253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/menu
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for pkg in $UB_PACKAGES; do
&& error "$f: maradt benne '\${', szar a configure vagy a Makefile!" \
|| true
desktop-file-validate "$f" | grep 'error:' \
&& error "$f: hibás desktop fájl!" \
&& warn "$f: hibás desktop fájl!" \
|| true
done
done
Expand Down

0 comments on commit 0df253e

Please sign in to comment.