diff options
author | Bradley Sepos <[email protected]> | 2017-12-03 04:38:48 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-03 04:38:48 -0500 |
commit | 8e2a08267705f09e92f06289820ad6ebbfc9040e (patch) | |
tree | 85400d7d6223cbad4f27753796d1222121168bf8 /scripts/tst.aspect | |
parent | 4cc1e86930cd2414e5e01875997b1afb9d6895e4 (diff) |
build: Additional hashbang compatibility for BSD-like systems.
Fixes #1040.
Diffstat (limited to 'scripts/tst.aspect')
-rwxr-xr-x | scripts/tst.aspect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tst.aspect b/scripts/tst.aspect index 64d58d7b7..da10cdcd9 100755 --- a/scripts/tst.aspect +++ b/scripts/tst.aspect @@ -1,4 +1,4 @@ -#!/bin/tcsh +#!/usr/bin/env tcsh # # generate aspect ratio & cropping regression test data # from a set of HandBrake input files |