Diff between dc675d825210fcbf96a9613c891f8f1ee0334fe5 and 2dc5a7df0318b2010412f441a711b7d5eccdce39

Changed Files

File Additions Deletions Status
android/Android.mk +1 -1 modified

Full Patch

diff --git a/android/Android.mk b/android/Android.mk
index 83ea4b3..d2ce23a 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -1,7 +1,7 @@
 LOCAL_PATH := external/bluetooth
 
 # Retrieve BlueZ version from configure.ac file
-BLUEZ_VERSION := $(shell grep '^AC_INIT' $(LOCAL_PATH)/bluez/configure.ac | sed -e 's/.*[, ]\(.*\))/\1/')
+BLUEZ_VERSION := `grep "^AC_INIT" $(LOCAL_PATH)bluez/configure.ac | sed -e "s/.*,.\(.*\))/\1/"`
 
 # Specify pathmap for glib and sbc
 pathmap_INCL += glib:external/bluetooth/glib \