12 lines
343 B
Diff
12 lines
343 B
Diff
xdg-settings uses the ${parameter:offset} substring expansion,
|
|
which is not available in posix shell
|
|
|
|
--- a/scripts/xdg-settings.in 2018-05-10 17:02:31.000000000 +0200
|
|
+++ b/scripts/xdg-settings.in 2018-05-10 17:02:31.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/sh
|
|
+#!/bin/bash
|
|
#---------------------------------------------
|
|
# xdg-settings
|
|
#
|