Skip to content

Commit 9248435

Browse files
committed
Evidently tidy doesn't like tabs for indentation, even in shell scripts...
1 parent 27a0720 commit 9248435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/rust-installer/install-template.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,15 +551,15 @@ install_components() {
551551
# Decide the destination of the file
552552
local _file_install_path="$_dest_prefix/$_file"
553553

554-
local _is_bin=false
554+
local _is_bin=false
555555
case "$_file" in
556556
etc/*)
557557
local _f="$(echo "$_file" | sed 's/^etc\///')"
558558
_file_install_path="$CFG_SYSCONFDIR/$_f"
559559
;;
560560
bin/*)
561561
local _f="$(echo "$_file" | sed 's/^bin\///')"
562-
_is_bin=true
562+
_is_bin=true
563563
_file_install_path="$CFG_BINDIR/$_f"
564564
;;
565565
lib/*)

0 commit comments

Comments
 (0)