From 84aae314f5e0ca87d510b511c256d681fcbb7856 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 6 Feb 2020 13:12:08 +0100 Subject: [PATCH] Fix dotlink.sh missing shebang --- _bootstrap/.config/sh/alias.d/dotlink.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_bootstrap/.config/sh/alias.d/dotlink.sh b/_bootstrap/.config/sh/alias.d/dotlink.sh index 6fc74c5..a8fb1eb 100644 --- a/_bootstrap/.config/sh/alias.d/dotlink.sh +++ b/_bootstrap/.config/sh/alias.d/dotlink.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env sh # relink all stowed files from anywhere # grepping is to remove meaningless stderr lines until this bug is fixed: # https://github.com/aspiers/stow/issues/65