From 66d3785e67c5c9b65fd55c4b3a221588aedf29f4 Mon Sep 17 00:00:00 2001 From: Flo Date: Wed, 4 Jan 2017 21:06:13 +0100 Subject: [PATCH] fix using sh instead of bash --- makesymlinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makesymlinks.sh b/makesymlinks.sh index ec769fb..30eedd4 100755 --- a/makesymlinks.sh +++ b/makesymlinks.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # # This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles