From 320ff2eba3dbc37821402b318a0704c1c2441888 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 25 Dec 2015 21:57:08 -0800 Subject: Android build: use better sed syntax There is no reason to use '!' as separator and in some shell environments this can cause problems. Signed-off-by: Dirk Hohndel --- packaging/android/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/android') diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 61cea7af9..f9dae9b48 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -323,7 +323,7 @@ cmake $MOBILE_CMAKE \ # sometimes cmake tries to link both against the static and shared # libcrypto - that's not helpful -sed -i "s!-lcrypto!!g" CMakeFiles/subsurface-mobile.dir/link.txt +sed -i -e "s/-lcrypto//g" CMakeFiles/subsurface-mobile.dir/link.txt # now build Subsurface and use the rest of the command line arguments make $@ -- cgit v1.2.3-70-g09d2