You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by bl...@apache.org on 2012/11/02 00:36:28 UTC

git commit: SQOOP-631 Sqoop2 client is not working on Mac OS X (Jarek Jarcec Cecho)

Updated Branches:
  refs/heads/sqoop2 11929ae32 -> eac799f45


SQOOP-631 Sqoop2 client is not working on Mac OS X
(Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/eac799f4
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/eac799f4
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/eac799f4

Branch: refs/heads/sqoop2
Commit: eac799f455a568d99707f4409afe9ec310eb3682
Parents: 11929ae
Author: Bilung Lee <bl...@apache.org>
Authored: Thu Nov 1 16:33:54 2012 -0700
Committer: Bilung Lee <bl...@apache.org>
Committed: Thu Nov 1 16:33:54 2012 -0700

----------------------------------------------------------------------
 dist/src/main/bin/sqoop.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/eac799f4/dist/src/main/bin/sqoop.sh
----------------------------------------------------------------------
diff --git a/dist/src/main/bin/sqoop.sh b/dist/src/main/bin/sqoop.sh
index dd2e323..2b27cdb 100755
--- a/dist/src/main/bin/sqoop.sh
+++ b/dist/src/main/bin/sqoop.sh
@@ -51,7 +51,7 @@ case $COMMAND in
   client)
     # Build class path with full path to each library
     for f in $CLIENT_LIB/*.jar; do
-      CLASSPATH=${CLASSPATH}:`readlink -f $f`;
+      CLASSPATH="${CLASSPATH}:$CUR_DIR/$f"
     done
 
     # We need to change current directory back to original as optional user side script