You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ww...@apache.org on 2017/09/30 14:01:24 UTC

hadoop git commit: HDFS-12571. Ozone: remove spaces from the beginning of the hdfs script. Contributed by Elek Marton.

Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 1bffc246d -> b5f19268c


HDFS-12571. Ozone: remove spaces from the beginning of the hdfs script. Contributed by Elek Marton.


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

Branch: refs/heads/HDFS-7240
Commit: b5f19268c900d32612bedeacc38a5901c750e0cc
Parents: 1bffc24
Author: Weiwei Yang <ww...@apache.org>
Authored: Sat Sep 30 22:00:50 2017 +0800
Committer: Weiwei Yang <ww...@apache.org>
Committed: Sat Sep 30 22:00:50 2017 +0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b5f19268/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
index 019f17c..e6ddf1b 100755
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
@@ -1,4 +1,4 @@
-  #!/usr/bin/env bash
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org