From d0c5d44466bd4c3a40715925a057718efb91d6b1 Mon Sep 17 00:00:00 2001 From: Taeyoung Son Date: Fri, 16 Dec 2011 14:27:19 +0900 Subject: [PATCH] [Title] Add -x option for debugging [Type] Feature [Module] Sub [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] --- packager/linux/remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/linux/remove.sh b/packager/linux/remove.sh index 5275cea..f8ce0a0 100755 --- a/packager/linux/remove.sh +++ b/packager/linux/remove.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -x ## Register .desktop file xdg-desktop-menu uninstall ${MENU_DIRECTORY_NAME} tizen-sdk-ide.desktop ### END Register Menu ### -- 2.7.4