From d0daafce712633886d402df0c97968cf7faa804d Mon Sep 17 00:00:00 2001 From: derpeter Date: Mon, 19 Apr 2021 21:33:21 +0200 Subject: remove print0 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index f6cf5db..9dd7dd0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,7 +5,7 @@ for cmd in find xargs php git; do done -find . -name "*.php" -print0 | grep -v archive | xargs -0 -n1 php -l +find . -name "*.php" | grep -v archive | xargs -n1 php -l if [ $? -ne 0 ]; then echo "not deploying b0rken code ;)" exit 1 -- cgit v1.2.3