From dd23aa4a64c776784cee05f69560c00b36440dc7 Mon Sep 17 00:00:00 2001 From: Chris Horn Date: Fri, 13 Oct 2017 13:58:42 -0500 Subject: [PATCH] LU-10119 scripts: Correct shebang/hashpling format Shebang/hashpling should not have a space between the number sign and exclamation mark. Test-Parameters: trivial Signed-off-by: Chris Horn Change-Id: I4a31d7dd7579bfaf231284c678e4100acea77d9b Reviewed-on: https://review.whamcloud.com/29605 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: John L. Hammond Tested-by: Maloo --- lustre/scripts/lustre_routes_config | 2 +- lustre/scripts/lustre_routes_conversion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/scripts/lustre_routes_config b/lustre/scripts/lustre_routes_config index 8f31bbf..e832b28 100755 --- a/lustre/scripts/lustre_routes_config +++ b/lustre/scripts/lustre_routes_config @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/bash # # lustre_route_config # This script configures lnet with the routes in the passed in file. diff --git a/lustre/scripts/lustre_routes_conversion b/lustre/scripts/lustre_routes_conversion index 312c452..27ffd3e 100755 --- a/lustre/scripts/lustre_routes_conversion +++ b/lustre/scripts/lustre_routes_conversion @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/bash # # lustre_routes_conversion # This script takes a file with routes configured as follows: -- 1.8.3.1