From: Andreas Schneider Date: Wed, 16 Mar 2022 14:42:39 +0000 (+0100) Subject: Add missing final newline to end of sh file X-Git-Tag: tevent-0.12.0~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012d81d0e28e81be3274076a5f70282e8ceac8fe;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andrew Bartlett --- diff --git a/source3/script/tests/test_rpcclientsrvsvc.sh b/source3/script/tests/test_rpcclientsrvsvc.sh index aa638e1cdc0..cbe4e846f36 100755 --- a/source3/script/tests/test_rpcclientsrvsvc.sh +++ b/source3/script/tests/test_rpcclientsrvsvc.sh @@ -87,4 +87,4 @@ $RPCCLIENTCMD -c "netsharegetinfo '$SHARENAME' 1005" RC=$? testit "querying deleted share" test $RC -eq 1 || failed=$(expr $failed + 1) -testok $0 $failed \ No newline at end of file +testok $0 $failed 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