From f2cdf9507296b74834feb3760bb2340a3aa99e12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Mon, 28 Jan 2013 20:35:42 +0100
Subject: [PATCH] Updated usb-creator

---
 helpers/make-usb-creator | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-usb-creator b/helpers/make-usb-creator
index 3f9a4d385..adc5ddd9f 100644
--- a/helpers/make-usb-creator
+++ b/helpers/make-usb-creator
@@ -32,12 +32,13 @@ replace "Ubuntu" "Trisquel" .
 replace "Trisquel-Gettext" "Ubuntu-Gettext" .
 
 #disable help button
-sed -i 359s/True/False/ gui/usbcreator-gtk.ui
+#sed -i 359s/True/False/ gui/usbcreator-gtk.ui
 
 changelog "Rebranded for Trisquel"
 
 compile
 
+exit 0
 if [ $ARCH = "i386" ]
 then
 # Let's build the win32 executable
-- 
GitLab