From 12a217015d1e66d3ce9b2259bb477cb08a3e4e7e Mon Sep 17 00:00:00 2001 From: woojin Date: Thu, 18 Apr 2013 07:58:00 +0900 Subject: [PATCH] modify lsapp command Change-Id: I5927e9ae0e03d22385d4f5fa2dff7751d9c82358 --- utils/oprofile_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/oprofile_command b/utils/oprofile_command index 9c1ec17..4e20080 100755 --- a/utils/oprofile_command +++ b/utils/oprofile_command @@ -164,7 +164,7 @@ ls_app() echo "Invalid application executable path!" exit 1 fi - ls $APPPATH + ls $APPPATH; echo cmd_ret:$?; } kill_app() -- 2.7.4