summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-03-16 15:42:39 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-04-01 10:29:31 +0000
commit012d81d0e28e81be3274076a5f70282e8ceac8fe (patch)
treed9d88a4c8c6df45977a6b465379a3c815141835f /third_party
parent59d1044e557d10f8aee3b4900f57e0ebbe6def88 (diff)
downloadsamba-012d81d0e28e81be3274076a5f70282e8ceac8fe.tar.gz
Add missing final newline to end of sh file
find $(pwd) -type f -name "*.sh" | xargs sed -i -e '$a\' Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/waf/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/waf/update.sh b/third_party/waf/update.sh
index 95f57ed1d81..1983ab0ca6e 100755
--- a/third_party/waf/update.sh
+++ b/third_party/waf/update.sh
@@ -78,4 +78,4 @@ grep WAFVERSION "${WAF_SAMBA_DIR}/waflib/Context.py"
grep HEXVERSION "${WAF_SAMBA_DIR}/waflib/Context.py"
echo
-cleanup_and_exit 0 \ No newline at end of file
+cleanup_and_exit 0