Whamcloud - gitweb
LU-10119 scripts: Correct shebang/hashpling format 05/29605/2
authorChris Horn <hornc@cray.com>
Fri, 13 Oct 2017 18:58:42 +0000 (13:58 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 19 Oct 2017 06:18:20 +0000 (06:18 +0000)
Shebang/hashpling should not have a space between the number sign and
exclamation mark.

Test-Parameters: trivial
Signed-off-by: Chris Horn <hornc@cray.com>
Change-Id: I4a31d7dd7579bfaf231284c678e4100acea77d9b
Reviewed-on: https://review.whamcloud.com/29605
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/scripts/lustre_routes_config
lustre/scripts/lustre_routes_conversion

index 8f31bbf..e832b28 100755 (executable)
@@ -1,4 +1,4 @@
-# !/bin/bash
+#!/bin/bash
 #
 # lustre_route_config
 # This script configures lnet with the routes in the passed in file.
 #
 # lustre_route_config
 # This script configures lnet with the routes in the passed in file.
index 312c452..27ffd3e 100755 (executable)
@@ -1,4 +1,4 @@
-# !/bin/bash
+#!/bin/bash
 #
 # lustre_routes_conversion
 #   This script takes a file with routes configured as follows:
 #
 # lustre_routes_conversion
 #   This script takes a file with routes configured as follows: