mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:modules: Fix invalid escape sequences
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
374a03eddd
commit
433247a792
@ -266,7 +266,7 @@ bld.SAMBA_GENERATOR('nfs41acl-h',
|
||||
|
||||
|
||||
if bld.CONFIG_SET("HAVE_RPC_XDR_H"):
|
||||
xdr_buf_hack = 'sed -e "s@^\([ \t]*register int32_t \*buf\);@\\1 = buf;@"'
|
||||
xdr_buf_hack = r'sed -e "s@^\([ \t]*register int32_t \*buf\);@\\1 = buf;@"'
|
||||
|
||||
# By default rpcgen assumes that the input file, generated header and
|
||||
# source file are located in the same directory, which is extracted from
|
||||
|
Loading…
Reference in New Issue
Block a user