Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / nativeMessaging / host / install_host.sh
index e75c067..48b0314 100755 (executable)
@@ -17,7 +17,7 @@ else
   if [ "$(whoami)" == "root" ]; then
     TARGET_DIR="/etc/opt/chrome/native-messaging-hosts"
   else
-    TARGET_DIR='$HOME/.config/google-chrome/NativeMessagingHosts'
+    TARGET_DIR="$HOME/.config/google-chrome/NativeMessagingHosts"
   fi
 fi