Explorar el Código

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

Weiwei Yang hace 7 años
padre
commit
b5f19268c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs

+ 1 - 1
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