Skip to content

Use bash interpreter in script#125

Open
moeenio wants to merge 1 commit into
ChimeraOS:mainfrom
moeenio:patch-1
Open

Use bash interpreter in script#125
moeenio wants to merge 1 commit into
ChimeraOS:mainfrom
moeenio:patch-1

Conversation

@moeenio

@moeenio moeenio commented Jun 30, 2026

Copy link
Copy Markdown

This script uses declare, which is a bashism, however it uses /bin/sh in its shebang line which is intended to point to a posix shell, and on debian it points to dash. Changed it to /bin/bash explicitly.

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.

1 participant