Skip to content

Commit 4229af9

Browse files
committed
data/icons/meson.build: Silence a build warning.
1 parent 106ac24 commit 4229af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/icons/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
icons = run_command('find_icons.sh').stdout().strip().split()
1+
icons = run_command('find_icons.sh', check: true).stdout().strip().split()
22

33
# double-click, drag-click, right-click, single-click icons imported from mousetweaks
44
# ([email protected]:GNOME/mousetweaks.git)

0 commit comments

Comments
 (0)