Keeping this ambiguous might cause different behaviors in different environments. Also, identifying the patch as a bash patch helps editors (emacs) know what the formatting should be.
Signed-off-by: Robert Love <[email protected]> --- debug/fcoedump.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debug/fcoedump.sh b/debug/fcoedump.sh index 3c4bac6..65d1f0e 100755 --- a/debug/fcoedump.sh +++ b/debug/fcoedump.sh @@ -1,3 +1,4 @@ +#!/bin/bash ############################################################################### # # fcoe_debug: print debugging information for fcoe _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
