From 2f252a483bf4e74b1660957a69d108c23fb2c88a Mon Sep 17 00:00:00 2001 From: Guillaume Massé Date: Tue, 11 Oct 2016 11:50:59 +0200 Subject: use usr/bin/env bash since it's more general then /bin/bash --- bin/dotr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dotr') diff --git a/bin/dotr b/bin/dotr index 8905afd11..8a495e780 100755 --- a/bin/dotr +++ b/bin/dotr @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Try to autodetect real location of the script DOTTY_ROOT="$(readlink "$0")" # relative, symbolic links resolved -- cgit v1.2.3