From e56caf72ecf11cc39c27bf9eb12c7a3e7cdbc8e0 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 15 Dec 2017 19:13:20 -0500 Subject: [PATCH] Fix unwanted Git mode change --- TestScripts/setenv-android-old.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 TestScripts/setenv-android-old.sh diff --git a/TestScripts/setenv-android-old.sh b/TestScripts/setenv-android-old.sh old mode 100644 new mode 100755 index 926e2952..3f7cac7b --- a/TestScripts/setenv-android-old.sh +++ b/TestScripts/setenv-android-old.sh @@ -14,7 +14,7 @@ # and it can be used on older NDKs like r9 or r13. setenv-android.sh was then # reworked for newer NDKs, like r16. setenv-android.sh effectively supports # the latest NDKs. Also see https://github.com/weidai11/cryptopp/pull/546. -# +# # See http://www.cryptopp.com/wiki/Android_(Command_Line) for more details # ====================================================================