diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-10-10 17:43:26 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-10-10 17:43:26 +0300 |
commit | ae74d1bdeb075c3beefe76e1136c5741804e7e91 (patch) | |
tree | ef7e8b19f0edfd39cf9d2657d415c37fb6930477 /tests/test_files.sh | |
parent | lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t. (diff) | |
download | xz-ae74d1bdeb075c3beefe76e1136c5741804e7e91.tar.xz |
test_files.sh: Fix the first line.
For some reason this prevented running the test only
on OS/2 and even on that it broke only recently.
Thanks to Elbert Pol.
Diffstat (limited to '')
-rwxr-xr-x | tests/test_files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_files.sh b/tests/test_files.sh index 4eb97969..2fa83825 100755 --- a/tests/test_files.sh +++ b/tests/test_files.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh ############################################################################### # |