mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[tools] fix settings update script
This commit is contained in:
committed by
Martin Fleisz
parent
635626be12
commit
5a6a2a17b1
@@ -28,7 +28,7 @@ file="${srcroot}/include/freerdp/settings.h"
|
||||
(
|
||||
set -eu
|
||||
i=0
|
||||
sed -e '1,/struct rdp_settings/d' -e '/^{/d' -e '/};/,$d' \
|
||||
sed -e '1,/struct rdp_settings/d' -e '/{/d' -e '/};/,$d' \
|
||||
| sed -e '/End of ABI stable zone/,$d' \
|
||||
| sed -e '$a\
|
||||
x*/' \
|
||||
|
||||
Reference in New Issue
Block a user