From 519e3c19364a9ad66ac68660954f2a174cdbc175 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Mar 2010 12:32:59 +0100 Subject: [PATCH] Correcting she-bang in cgi. --- cgi/cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/cgi b/cgi/cgi index 47b6a8402..044886c48 100755 --- a/cgi/cgi +++ b/cgi/cgi @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # cgi - simple webfrontend for live-helper # Copyright (C) 2006-2010 Daniel Baumann