Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aerie-launcher.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/usr/bin/env bash

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

This file is marked as generated by launch-scaffolder (see lines 27-30). Moving the shebang to the first line is necessary for the script to be correctly recognized as an executable, but manual changes will be lost on the next run of launch-scaffolder realign.

To ensure this fix is permanent, it should be applied to the generator's template or the aerie.launcher.a2ml source configuration.

Try running the following prompt in your IDE agent:

This script is generated by launch-scaffolder. Identify the source template or the configuration file (referenced as aerie.launcher.a2ml on line 27) and explain how to ensure the shebang is correctly placed on line 1 in the generated aerie-launcher.sh output.

# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
Expand Down
Loading