#369 Package Zeppelin to DEB
- Fixed indentations

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

Branch: refs/heads/master
Commit: e1bbbaa35d10b1b005dd77c63cdc1bb48a90cb40
Parents: cb75dbb
Author: Jongyoul Lee <[email protected]>
Authored: Wed Mar 11 15:41:07 2015 +0900
Committer: Jongyoul Lee <[email protected]>
Committed: Wed Mar 11 15:41:07 2015 +0900

----------------------------------------------------------------------
 bin/common.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e1bbbaa3/bin/common.sh
----------------------------------------------------------------------
diff --git a/bin/common.sh b/bin/common.sh
index 7dcc63a..17a2cbf 100644
--- a/bin/common.sh
+++ b/bin/common.sh
@@ -20,9 +20,9 @@
 #
 
 if [ -L ${BASH_SOURCE-$0} ]; then
-FWDIR=$(dirname $(readlink "${BASH_SOURCE-$0}"))
+  FWDIR=$(dirname $(readlink "${BASH_SOURCE-$0}"))
 else
-FWDIR=$(dirname "${BASH_SOURCE-$0}")
+  FWDIR=$(dirname "${BASH_SOURCE-$0}")
 fi
 
 if [[ -z "${ZEPPELIN_HOME}" ]]; then

Reply via email to