Chromium Code Reviews| Index: remoting/tools/is_me2me_desktop |
| diff --git a/remoting/host/installer/mac/Scripts/keystone_install.sh b/remoting/tools/is_me2me_desktop |
| similarity index 61% |
| copy from remoting/host/installer/mac/Scripts/keystone_install.sh |
| copy to remoting/tools/is_me2me_desktop |
| index 2eddad23151b0053075f2deb8b3338ba24f30b9b..017d1325cab1a83427b343f1ca2fbe7d6642030d 100755 |
| --- a/remoting/host/installer/mac/Scripts/keystone_install.sh |
| +++ b/remoting/tools/is_me2me_desktop |
| @@ -1,9 +1,9 @@ |
| -#!/bin/sh |
| +#!/bin/bash |
|
Jamie
2012/08/17 22:05:14
This is actually a new file. Please review is as s
|
| # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -# Version = @@VERSION@@ |
| +# Test whether or not the current desktop is virtual Me2Me. |
| -/usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target / |
| +[ -n "$REMOTING_ME2ME_SESSION" ] |