summarylogtreecommitdiffstats
path: root/android-sdk-platform-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'android-sdk-platform-tools.install')
-rw-r--r--android-sdk-platform-tools.install4
1 files changed, 1 insertions, 3 deletions
diff --git a/android-sdk-platform-tools.install b/android-sdk-platform-tools.install
index 5958c3a199ed..7ab2e0fec360 100644
--- a/android-sdk-platform-tools.install
+++ b/android-sdk-platform-tools.install
@@ -1,5 +1,3 @@
post_install() {
- echo You need to source /etc/profile or relogin to add the Android SDK tools to your path.
+ echo 'You need to source /etc/profile or relogin to add the Android SDK tools to your path.'
}
-
-# vim: ft=sh