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
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: MPL-2.0
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
# Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>

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

Suggestion: The invalid // comment prefix must be replaced with # to ensure shell compatibility. The previous use of // would have caused a runtime error, which is fatal to the script given the set -e flag in the preamble.\n\nsuggestion\n# Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>\n

# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath)
#
# Ephapax — Universal Setup Script
Expand Down