Skip to content

Conversation

Copy link

Copilot AI commented Dec 29, 2025

Several bash scripts had syntax and structural issues that would cause runtime problems.

Fixes

  • Invalid shebangs in scripts/download_utils.sh and scripts/props.sh — double # prefix (##!/usr/bin/env bash#!/usr/bin/env bash)
  • Duplicate SILENT() function in scripts/logs.sh — removed redundant definition
  • Missing ERROR_EXIT arguments in scripts/useful_utils.shGET_FEAT_STATUS() called ERROR_EXIT without messages
# Before
ERROR_EXIT

# After  
ERROR_EXIT "Variable '$var_name' is not defined"

All scripts now pass bash -n syntax validation.

Original prompt

Analiza los scripts y corrije erroees


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…rguments

Co-authored-by: Eduardob3677 <212653915+Eduardob3677@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix errors in script analysis Fix bash script errors: shebangs, duplicate function, missing error messages Dec 29, 2025
Copilot AI requested a review from Eduardob3677 December 29, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants