From: Ralf Habacker Date: Mon, 25 Oct 2021 13:56:09 +0000 (+0200) Subject: tools/cmake-format: fix sed warning `Expression #1, char 25: unknown option for ... X-Git-Tag: dbus-1.13.20~38^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151574605eeab7ec37846b8f926b89d42fc08ae4;p=thirdparty%2Fdbus.git tools/cmake-format: fix sed warning `Expression #1, char 25: unknown option for »s«` in --all mode --- diff --git a/tools/cmake-format b/tools/cmake-format index 4746721a1..3495f0e48 100755 --- a/tools/cmake-format +++ b/tools/cmake-format @@ -81,7 +81,7 @@ expke=$exp func= if test "$1" == "--all"; then - exp="${expt}${expts}${expku}${expki}${expks}${expke}" + exp="${expt};${expts}${expku}${expki}${expks}${expke}" func=$1 shift elif test "$1" == "--end-args"; then