summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hai2017-10-01 15:00:11 -0700
committerZhang Hai2017-10-01 15:00:11 -0700
commit5e2afc0647be237db9c2777bacacd96b793ba567 (patch)
treec167424bb6a29f5c0bf22d04ba20e8ded9338014
parent54286af159cfdabc86f9e35a349cb568c5e21eeb (diff)
downloadaur-5e2afc0647be237db9c2777bacacd96b793ba567.tar.gz
Minor refactoring.
-rw-r--r--.SRCINFO2
-rw-r--r--android-sdk.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53453717d30a..6f181eeaf6b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 1 21:27:41 UTC 2017
+# Sun Oct 1 22:00:05 UTC 2017
pkgbase = android-sdk
pkgdesc = Google Android SDK
pkgver = 26.1.1
diff --git a/android-sdk.install b/android-sdk.install
index 05b3ef0d92c5..9127c7f684cd 100644
--- a/android-sdk.install
+++ b/android-sdk.install
@@ -1,3 +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.'
}