You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by ar...@apache.org on 2015/12/15 19:50:58 UTC

[7/8] 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/00279912
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/00279912
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/00279912

Branch: refs/heads/master
Commit: 0027991242ee0c05155e52c72be016fc0986e014
Parents: eaaeb33
Author: Amanda Moran <am...@apache.com>
Authored: Fri Dec 11 21:40:48 2015 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Fri Dec 11 21:40:48 2015 +0000

----------------------------------------------------------------------
 install/installer/dcs_installer | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/00279912/install/installer/dcs_installer
----------------------------------------------------------------------
diff --git a/install/installer/dcs_installer b/install/installer/dcs_installer
index 2e4d825..07f5a06 100755
--- a/install/installer/dcs_installer
+++ b/install/installer/dcs_installer
@@ -146,7 +146,8 @@ echo "***INFO: untarring build file $DCS_BUILD_FILE"
 tar -xzf $DCS_BUILD_FILE
 
 # get the dcs install directory name which is imbedded in the tar file
-DCS_DIR=$(tar -tf $DCS_BUILD_FILE | grep --max-count=1 bin | sed -e "s@\(^.*\)/bin/@\1@"")
+DCS_DIR=$(tar -tf $DCS_BUILD_FILE | grep --max-count=1 bin | sed -e "s@\(^.*\)/bin/@\1@")
+
 DCS_DIR=$DCS_INSTALL_PATH/$DCS_DIR
 
 # set env var in sqenvcom.sh for DCS install directory