You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/25 20:34:53 UTC

[31/39] incubator-trafodion git commit: Typo

Typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/15fbc0ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/15fbc0ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/15fbc0ba

Branch: refs/heads/master
Commit: 15fbc0ba54d8fc000d1ab5fc77c151df8911e608
Parents: 1e1dca8
Author: Amanda Moran <am...@apache.com>
Authored: Fri May 13 20:45:54 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Fri May 13 20:45:54 2016 +0000

----------------------------------------------------------------------
 install/installer/rest_installer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/15fbc0ba/install/installer/rest_installer
----------------------------------------------------------------------
diff --git a/install/installer/rest_installer b/install/installer/rest_installer
index ece48a0..ae89807 100755
--- a/install/installer/rest_installer
+++ b/install/installer/rest_installer
@@ -95,7 +95,7 @@ cd $REST_INSTALL_PATH
 
 if [[ "$ONE_TAR_INSTALL" == "Y" ]]; then
    REST_DIR=$(sudo ls $SQ_ROOT | grep rest)
-   REST_DIR=$($SQ_ROOT/$REST_DIR)
+   REST_DIR=$SQ_ROOT/$REST_DIR
    echo "***INFO: Rest Install Directory: $REST_DIR"
 
 else