diff options
author | Kunal Mehta <legoktm@gmail.com> | 2016-06-09 16:34:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-09 16:34:13 -0700 |
commit | 1db579cabf402d6b34ce9d909ef96784b7f3f04a (patch) | |
tree | 8b5bae4a2be9501528618f4159ec0c6095d4fc42 /run-tests.sh | |
parent | c35d52bd53fafd4a92c72c8e0b8489ebfc1a4306 (diff) | |
download | php-jwt-1db579cabf402d6b34ce9d909ef96784b7f3f04a.zip php-jwt-1db579cabf402d6b34ce9d909ef96784b7f3f04a.tar.gz php-jwt-1db579cabf402d6b34ce9d909ef96784b7f3f04a.tar.bz2 |
Remove newline at beginning of run-tests.sh
The extra newline trips a warning in lintian when packaging for Debian,
so just remove it.
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index d37c30f..c4bb934 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,4 +1,3 @@ - #!/usr/bin/env bash gpg --fingerprint D8406D0D82947747293778314AA394086372C20A if [ $? -ne 0 ]; then |