From 7a150c065e7ebf5e9543abe28e6e7dc970ea4d0e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Apr 2018 15:11:46 +0530 Subject: [PATCH] Add a shebang for linux-installer.sh --- setup/linux-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/linux-installer.sh b/setup/linux-installer.sh index 94bcf0ad68..de13d08c09 100644 --- a/setup/linux-installer.sh +++ b/setup/linux-installer.sh @@ -1,3 +1,4 @@ +#!/bin/sh # linux-installer.sh # Copyright (C) 2018 Kovid Goyal