From 4bfa1a8457b3530a2beb038ad2358a864da46126 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Mar 2009 14:30:49 +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 e4374e8..b791348 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # Setup script for lftp configuration files. -- 2.44.1