diff options
author | hut <hut@lavabit.com> | 2013-02-03 20:21:15 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-03 20:21:15 +0100 |
commit | 3217d888cf78b265b3adde5e5b842a429cdbac89 (patch) | |
tree | 31cd60f1d98a3bc90d824d8f1894c30edb7bd4e9 | |
parent | 72cfaec1e2d28d87f6de9b0ba76a36fbd62a82ef (diff) | |
download | ranger-3217d888cf78b265b3adde5e5b842a429cdbac89.tar.gz |
data/scope.sh: change shebang to #!/usr/bin/env bash
-rwxr-xr-x | ranger/data/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index c997726a..0db0947a 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ranger supports enhanced previews. If the option "use_preview_script" # is set to True and this file exists, this script will be called and its # output is displayed in ranger. ANSI color codes are supported. |