From f439b8441b2f1d09c390a9b7dd3a5ed823e99a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 24 Feb 2020 10:42:23 +0100 Subject: [PATCH] Fix shebang in scripts --- bootstrap.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 070e24c..e8fb1b9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/env bash # # Makes sure the dotfiles directory is in /var/lib/dotfiles and then calls # install.sh diff --git a/install.sh b/install.sh index b6489ae..efce9d8 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/env bash # # Wraps "make" and ensures basic packages are installed: #