summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 20:38:29 (GMT)
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 20:38:29 (GMT)
commit8df946943d0a47b67b63410eefcf190a8bf2aa16 (patch)
tree4ba13f9abfd8611f9961205dc3d961558e0e3ea0
parente78eeec86e696f318a0ad1e71d6ad50555d1c0a9 (diff)
downloadlz4-8df946943d0a47b67b63410eefcf190a8bf2aa16.zip
lz4-8df946943d0a47b67b63410eefcf190a8bf2aa16.tar.gz
lz4-8df946943d0a47b67b63410eefcf190a8bf2aa16.tar.bz2
fix broken hashbangs
-rwxr-xr-xtests/test_custom_block_sizes.sh2
-rwxr-xr-xtests/test_install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_custom_block_sizes.sh b/tests/test_custom_block_sizes.sh
index aba6733..56ba710 100755
--- a/tests/test_custom_block_sizes.sh
+++ b/tests/test_custom_block_sizes.sh
@@ -1,4 +1,4 @@
-#/usr/bin/env sh
+#!/usr/bin/env sh
set -e
LZ4=../lz4
diff --git a/tests/test_install.sh b/tests/test_install.sh
index 122bac5..cb9d8bb 100755
--- a/tests/test_install.sh
+++ b/tests/test_install.sh
@@ -1,4 +1,4 @@
-#/usr/bin/env sh
+#!/usr/bin/env sh
set -e