Fix bad and missing shebangs (#15783)

Signed-off-by: Soumik Majumder <soumikm@vmware.com>
This commit is contained in:
Soumik Majumder 2021-10-14 17:39:41 +05:30 committed by GitHub
parent f9d1294b45
commit b4c2ff7768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
set -e
echo "get the conformance testing code..."

View File

@ -1,4 +1,4 @@
#/bin/env bash
#!/bin/env bash
if [ ! -z "$*" ]; then
$@ 2>&1 | while read line;do