All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/util/grub-shell: Convert spaces to TABs
@ 2023-08-14 19:59 Glenn Washburn
  2023-08-17 17:55 ` Daniel Kiper
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Washburn @ 2023-08-14 19:59 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 tests/util/grub-shell.in | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in
index e066105de917..29c7e936e740 100644
--- a/tests/util/grub-shell.in
+++ b/tests/util/grub-shell.in
@@ -66,8 +66,8 @@ exec_show_error () {
     v=`$@ 2>&1`
     ret=$?
     if [ "$ret" != 0 ]; then
-        echo "$v" >&2
-        exit $ret
+	echo "$v" >&2
+	exit $ret
     fi
 }
 
@@ -247,7 +247,7 @@ for option in "$@"; do
     --no-trim)
 	trim=0 ;;
     --debug)
-        debug=$((debug+1)) ;;
+	debug=$((debug+1)) ;;
     --debug=*)
         debug=$((`echo "$option" | sed -e 's/--debug=//'`)) ;;
     --modules=*)
@@ -270,10 +270,10 @@ for option in "$@"; do
 	pseries=y
 	    ;;
     --qemu-opts=*)
-        qs=`echo "$option" | sed -e 's/--qemu-opts=//'`
-        qemuopts="$qemuopts $qs" ;;
+	qs=`echo "$option" | sed -e 's/--qemu-opts=//'`
+	qemuopts="$qemuopts $qs" ;;
     --disk=*)
-        dsk=`echo "$option" | sed -e 's/--disk=//'`
+	dsk=`echo "$option" | sed -e 's/--disk=//'`
 	if [ ${grub_modinfo_platform} = emu ]; then
 	    echo "(hd$disk)  $dsk" >> "$device_map"
 	    disk="$((disk+1))"
@@ -282,7 +282,7 @@ for option in "$@"; do
 		echo "Too many disks" 1>&2
 		exit 1;
 	    fi
-            qemuopts="$qemuopts -$disk$dsk"
+	    qemuopts="$qemuopts -$disk$dsk"
 	    if [ "$disk" = "hda " ]; then
 		disk="hdb ";
 	    elif [ "$disk" = "hdb " ]; then
@@ -295,7 +295,7 @@ for option in "$@"; do
 	fi
 	;;
     --timeout=*)
-        timeout=`echo "$option" | sed -e 's/--timeout=//'`
+	timeout=`echo "$option" | sed -e 's/--timeout=//'`
 	;;
 
     # Intentionally undocumented
@@ -305,7 +305,7 @@ for option in "$@"; do
 	mkimage_extra_arg="$mkimage_extra_arg `echo "$option" | sed 's/--grub-mkimage-extra=//'`" ;;
 
     --boot=*)
-        dev=`echo "$option" | sed -e 's/--boot=//'`
+	dev=`echo "$option" | sed -e 's/--boot=//'`
 	if   [ "$dev" = "fd" ] ; then boot=fd;
 	elif [ "$dev" = "hd" ] ; then boot=hd;
 	elif [ "$dev" = "cd" ] ; then boot=cd;
-- 
2.34.1


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tests/util/grub-shell: Convert spaces to TABs
  2023-08-14 19:59 [PATCH] tests/util/grub-shell: Convert spaces to TABs Glenn Washburn
@ 2023-08-17 17:55 ` Daniel Kiper
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2023-08-17 17:55 UTC (permalink / raw)
  To: Glenn Washburn; +Cc: grub-devel

On Mon, Aug 14, 2023 at 02:59:00PM -0500, Glenn Washburn wrote:
> Signed-off-by: Glenn Washburn <development@efficientek.com>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-17 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-14 19:59 [PATCH] tests/util/grub-shell: Convert spaces to TABs Glenn Washburn
2023-08-17 17:55 ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.