Skip to content

Commit a7861f6

Browse files
fix(scripts): put the shebang on line 1 of panll-launcher.sh (#115)
A stray blank line above the shebang means the kernel never sees one, so the script runs under whatever shell invoked it rather than bash (shellcheck SC1128). Codacy note this answers: it flagged these as GENERATED files and asked for the fix to go in the generator, or it would be reverted on the next re-mint. That is now done - launch-scaffolder#27 fixes the shebang position in templates/launcher.sh.tera and merged as a93e59fa. Regeneration therefore reproduces this change instead of reverting it. Verified before merge: Codacy 0 issues, Sonar quality gate passed, and the failing checks on this PR are pre-existing on main - they are K9/A2ML manifest validators whose annotations reference only .k9.ncl and .a2ml files, never a shell script, and they fail identically on main. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 9803097 commit a7861f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

panll-launcher.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#!/usr/bin/env bash
32
# SPDX-License-Identifier: MPL-2.0
43
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>

0 commit comments

Comments
 (0)