summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-07 12:32:59 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:04 +0100
commitebdf7c9560867209214e2f22c95e7a2deac5fc6e (patch)
tree9cd1a715ddf97512842a91c98c223960cba3d85d /cgi
parent1fccaac6c3b3a16188632d43d206c9c175a51d7b (diff)
downloadlive-build-ebdf7c9560867209214e2f22c95e7a2deac5fc6e.zip
live-build-ebdf7c9560867209214e2f22c95e7a2deac5fc6e.tar.gz
Correcting she-bang in cgi.
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/cgi b/cgi/cgi
index 47b6a84..044886c 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 <daniel@debian.org>