mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 02:58:01 +02:00
tools/cmake-format: fix sed warning Expression #1, char 25: unknown option for »s« in --all mode
This commit is contained in:
parent
75003c4ca1
commit
151574605e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue