From 54cf2e863c8c5bcb0746a5cf9d0ef057ca8695c3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Mar 2009 14:31:35 +0100 Subject: [PATCH] setup.sh: Add missing shebang. --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index be74639..40b7d65 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Setup script for shell configuration files. -- 2.44.1