[SCM] live-helper branch, debian-next,	updated. debian/2.0_a8-1-60-g91a9603
    Richard Nelson 
    unixabg at gmail.com
       
    Sun Mar 14 17:20:59 UTC 2010
    
    
  
The following commit has been merged in the debian-next branch:
commit 000bcaeb1c1baf270b22480b368d76cab8b43d62
Author: Richard Nelson <unixabg at gmail.com>
Date:   Sun Mar 14 12:07:15 2010 -0500
    Added debug option on l-h.cgi cgi.
diff --git a/cgi/cgi b/cgi/cgi
index a3bee95..a9c0310 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -16,6 +16,12 @@ else
         exit 1
 fi
 
+# Turn on debug if enabled
+if [ "${_DEBUG}" = "enabled" ]
+then
+	set -x
+fi
+
 # Sending http header
 echo "Content-type: text/html"
 echo
-- 
live-helper
    
    
More information about the debian-live-changes
mailing list