summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2013-07-26 09:21:05 -0700
committerAlex Klyubin <klyubin@google.com>2013-07-26 09:21:05 -0700
commit9372a376498e2db4b6c8339cf7ae43ba66ab8151 (patch)
treeb49a449a72be89a164044e0c1fbcadad51a000b7
parent0613b7a7a289f883d9d1f7465fea8d024a82a55b (diff)
downloadreplicant_openssl-9372a376498e2db4b6c8339cf7ae43ba66ab8151.zip
replicant_openssl-9372a376498e2db4b6c8339cf7ae43ba66ab8151.tar.gz
replicant_openssl-9372a376498e2db4b6c8339cf7ae43ba66ab8151.tar.bz2
Fix typo in OPENSSL_DIR_ORIG variable name.
Change-Id: I7d8b77d77979f69cbb5e63f1fcab802e9dcccfe0
-rwxr-xr-ximport_openssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_openssl.sh b/import_openssl.sh
index 01bbc29..332b6ca 100755
--- a/import_openssl.sh
+++ b/import_openssl.sh
@@ -87,7 +87,7 @@ function main() {
declare -r patch=$1
shift || usage "No patch file specified."
[ -d $OPENSSL_DIR ] || usage "$OPENSSL_DIR not found, did you mean to use generate?"
- [ -d $OPENSSL_DIR_ORIG_ORIG ] || usage "$OPENSSL_DIR_ORIG not found, did you mean to use generate?"
+ [ -d $OPENSSL_DIR_ORIG ] || usage "$OPENSSL_DIR_ORIG not found, did you mean to use generate?"
regenerate $patch
elif [ "$command" = "generate" ]; then
declare -r patch=$1