From 3bf3289155f1bd0602ce8ecfea09acf3df747594 Mon Sep 17 00:00:00 2001 From: MadMaurice Date: Sat, 22 Jun 2019 15:41:54 +0200 Subject: [PATCH] dotstow - use env --- dotstow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotstow.sh b/dotstow.sh index f7ae5b4..56200fc 100755 --- a/dotstow.sh +++ b/dotstow.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ -z "$(which realpath)" ]; then realpath() {