diff options
Diffstat (limited to 'scripts/hxtool')
-rwxr-xr-x[-rw-r--r--] | scripts/hxtool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hxtool b/scripts/hxtool index 7b1452f3cf..80516b9437 100644..100755 --- a/scripts/hxtool +++ b/scripts/hxtool @@ -19,6 +19,6 @@ hxtoh() case "$1" in "-h") hxtoh ;; *) exit 1 ;; -esac +esac < "$2" exit 0 |