X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-check-unicode.sh;fp=shell%2Fjjb-check-unicode.sh;h=0000000000000000000000000000000000000000;hb=2d6b63d9a574b952554605f1a89beb31202e86d6;hp=284d6db2db56ee6afbeabdfa4370ddc3d1037aae;hpb=3702b8680891a0392a53a2e2ce8060fb75b2bbdf;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-check-unicode.sh b/shell/jjb-check-unicode.sh deleted file mode 100644 index 284d6db2..00000000 --- a/shell/jjb-check-unicode.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -# SPDX-License-Identifier: EPL-1.0 -############################################################################## -# Copyright (c) 2015 The Linux Foundation and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -############################################################################## -echo "---> jjb-check-unicode.sh" - -if LC_ALL=C grep -I -r '[^[:print:][:space:]]' jjb/; then - echo "Found files containing non-ascii characters." - exit 1 -fi - -echo "All files are ASCII only"