diff options
author | Martin Schwenke <martin@meltin.net> | 2014-12-19 14:19:32 +1100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2015-01-09 02:03:40 +0100 |
commit | 4638010abb116aed0c180207aaa11475277aecb7 (patch) | |
tree | f070d74f5a3f6c4c5886415172d570f072bacfe5 /source3/script/tests | |
parent | a5c5eee7d186d938c5b458cb6dbf0c78cb548b63 (diff) | |
download | samba-4638010abb116aed0c180207aaa11475277aecb7.tar.gz samba-4638010abb116aed0c180207aaa11475277aecb7.tar.xz samba-4638010abb116aed0c180207aaa11475277aecb7.zip |
ctdb-scripts: Don't use the GNU awk gensub() function
This is a gawk extension and can't be used reliably if just running
"awk". It is simple enough to switch to using the standard sub() and
gsub() functions.
The alternative is to switch to explicitly running "gawk". However,
although the eventscripts aren't exactly portable, it is probably
better to move closer to portability than further away.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/script/tests')
0 files changed, 0 insertions, 0 deletions