Commit 2748c57
committed
style(interactive): remove duplicated shebang line
lib/functions/configuration/interactive.sh has a stray second
'#!/usr/bin/env bash' on line 10, right after the SPDX/copyright
header, introduced by commit b7b8eb7 ("Add / modify (c) in bash
scripts", #4922) where the (c) header was inserted above the
existing shebang and the original below was left in place.
bash treats it as a comment so behaviour is unchanged, but it is
cosmetic noise. Single-line removal, no other edits.
Assisted-by: Claude:claude-opus-4.71 parent 05bc2d6 commit 2748c57
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments