From 8e9db583cc46be9947cdf5b4f39290421f2dd2e6 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 18 Jun 2012 07:22:15 -0700 Subject: [PATCH] fixed not enought argument for internal shell function (typo..) --- tools/install_ewf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install_ewf.sh b/tools/install_ewf.sh index fcf3631b..71f63543 100644 --- a/tools/install_ewf.sh +++ b/tools/install_ewf.sh @@ -76,11 +76,11 @@ COPYCMDIFMISSING $TMP_TARGET_DIR/library/cURL $TMP_DIR/contrib/ise_library/cURL echo Install eapml if missing mkdir -p $TMP_TARGET_DIR/contrib/library/math -COPYCMDIFMISSING $TMP_DIR/contrib/ise_library/math/eapml $TMP_TARGET_DIR/contrib/library/math/eapml +COPYCMDIFMISSING $TMP_TARGET_DIR/contrib/library/math/eapml $TMP_DIR/contrib/ise_library/math/eapml $TMP_TARGET_DIR/contrib/library/math/eapml echo Install eel if missing mkdir -p $TMP_TARGET_DIR/contrib/library/text/encryption -COPYCMDIFMISSING $TMP_DIR/contrib/ise_library/text/encryption/eel $TMP_TARGET_DIR/contrib/library/text/encryption/eel +COPYCMDIFMISSING $TMP_TARGET_DIR/contrib/library/text/encryption/eel $TMP_DIR/contrib/ise_library/text/encryption/eel $TMP_TARGET_DIR/contrib/library/text/encryption/eel echo Install json if missing mkdir -p $TMP_TARGET_DIR/contrib/library/text/parser