Add missing final newline to end of sh file
authorAndreas Schneider <asn@samba.org>
Wed, 16 Mar 2022 14:42:39 +0000 (15:42 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 1 Apr 2022 10:29:31 +0000 (10:29 +0000)
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>
source3/script/tests/test_rpcclientsrvsvc.sh
third_party/waf/update.sh

index aa638e1cdc097b371ce83945f2b412b1e61d24b8..cbe4e846f36f9f36159ca4d44e6825ced1e1cdf3 100755 (executable)
@@ -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
index 95f57ed1d8110c5f8310c44450729f3c9069f63a..1983ab0ca6e49353cd16f1f0a659cbfc199c5bc1 100755 (executable)
@@ -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