From e67684cb43e1ca42aa87aea8cdb4fdff093b7a6b Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 30 May 2012 11:04:53 -0400 Subject: remove redundant header comment I've adopted the convention of specifying the shebang for the interpreter any given install or runtime hook that a script runs under. Signed-off-by: Dave Reisner --- mkinitcpio | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mkinitcpio b/mkinitcpio index c468835..43a89df 100755 --- a/mkinitcpio +++ b/mkinitcpio @@ -1,13 +1,6 @@ #!/bin/bash -# mkinitcpio - modular tool for building an init ramfs cpio image # -# IMPORTANT: We need to keep a common base syntax here because -# some of these hooks/scripts need to run under busybox's ash - -# therefore, the following constraints should be enforced: -# variables should be quoted and bracketed "${SOMEVAR}" -# inline execution should be done with $() instead of backticks -# use -z "${var}" to test for nulls/empty strings -# in case of embedded spaces, quote all path names and string comparisons +# mkinitcpio - modular tool for building an initramfs images # declare -r version=%VERSION% -- cgit v1.2.3-24-g4f1b