From: MyungJoo Ham Date: Thu, 6 Apr 2017 10:02:45 +0000 (+0900) Subject: FIX: incorrect shebang in all.sh X-Git-Tag: accepted/tizen/unified/20170418.072742~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F123652%2F1;p=platform%2Fcore%2Fappfw%2Fvconf-internal-keys.git FIX: incorrect shebang in all.sh The current vconf-internal-keys shows the following error during installation: [04/06 08:31:36 UTC] Installing: ecore +++++++++++++++++++++++++++++ [210/243] [04/06 08:31:36 UTC] Installing: fsck-msdos +++++++++++++++++++++++++++++ [211/243] [04/06 08:31:36 UTC] Installing: vconf-internal-keys +++++++++++++++++++++++++++++ [212/243] [04/06 08:33:02 UTC] /opt/usr/all.sh: line 1: !/bin/bash: No such file or directory Create: 'system' 'db/private/email-service/noti_vip_vibration_status' '0' Priv 'http://tizen.org/privilege/internal/default/platform' 'http://tizen.org/privilege/internal/default/platform': File exists [04/06 08:33:02 UTC] Installing: tlm-config-common-si +++++++++++++++++++++++++++++ [213/243] [04/06 08:33:02 UTC] Installing: system-plugin-rpi3 +++++++++++++++++++++++++++++ [214/243] Change-Id: Iaf3d77205c09409e7f7462143835d4e56c066544 Signed-off-by: MyungJoo Ham --- diff --git a/all.sh.in b/all.sh.in index fc9ca74..6855b05 100644 --- a/all.sh.in +++ b/all.sh.in @@ -1,4 +1,4 @@ -!/bin/bash +#!/bin/bash ############################################################ # SYSTEM VARIABLES # ############################################################