summary refs log tree commit diff stats
path: root/ranger/data
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-03 20:21:15 +0100
committerhut <hut@lavabit.com>2013-02-03 20:21:15 +0100
commit3217d888cf78b265b3adde5e5b842a429cdbac89 (patch)
tree31cd60f1d98a3bc90d824d8f1894c30edb7bd4e9 /ranger/data
parent72cfaec1e2d28d87f6de9b0ba76a36fbd62a82ef (diff)
downloadranger-3217d888cf78b265b3adde5e5b842a429cdbac89.tar.gz
data/scope.sh: change shebang to #!/usr/bin/env bash
Diffstat (limited to 'ranger/data')
-rwxr-xr-xranger/data/scope.sh2
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.