Skip to content

Commit 2f6670e

Browse files
Use upercase word for warning messages
linuxdeploy uses upercase, it makes it more homogeneous
1 parent 863f59b commit 2f6670e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

linuxdeploy-plugin-gtk.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ if [ -x "$gtk3_immodules_query" ]; then
150150
echo "Updating immodules cache in $APPDIR/$gtk3_immodules_cache_file"
151151
"$gtk3_immodules_query" > "$APPDIR/$gtk3_immodules_cache_file"
152152
else
153-
echo "Warning: gtk-query-immodules-3.0 not found"
153+
echo "WARNING: gtk-query-immodules-3.0 not found"
154154
fi
155155
if [ ! -f "$APPDIR/$gtk3_immodules_cache_file" ]; then
156-
echo "Warning: immodules.cache file is missing"
156+
echo "WARNING: immodules.cache file is missing"
157157
fi
158158

159159
echo "Installing GDK PixBufs"
@@ -173,10 +173,10 @@ if [ -x "$gdk_pixbuf_query" ]; then
173173
echo "Updating pixbuf cache in $APPDIR/$gdk_pixbuf_cache_file"
174174
"$gdk_pixbuf_query" > "$APPDIR/$gdk_pixbuf_cache_file"
175175
else
176-
echo "Warning: gdk-pixbuf-query-loaders not found"
176+
echo "WARNING: gdk-pixbuf-query-loaders not found"
177177
fi
178178
if [ ! -f "$APPDIR/$gdk_pixbuf_cache_file" ]; then
179-
echo "Warning: loaders.cache file is missing"
179+
echo "WARNING: loaders.cache file is missing"
180180
fi
181181

182182
echo "Copying more libraries"

0 commit comments

Comments
 (0)