Skip to content
Snippets Groups Projects
Verified Commit 08dbdac3 authored by Joe Donofry's avatar Joe Donofry
Browse files

Change bash variable check

parent 00885e41
No related branches found
No related tags found
1 merge request!6Chat Privacy screen
Pipeline #559 failed
......@@ -15,7 +15,7 @@ do
done;
QMLFORMAT_PATH=$(which qmlformat)
if [ ! -z "$QMLFORMAT_PATH" ]; then
if [ -n "$QMLFORMAT_PATH" ]; then
QML_FILES=$(find resources -type f -iname "*.qml")
for f in $QML_FILES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment