The problem is caused by the often used "exec magic" in the beginning of the file.
This looks like this:

#!/bin/bash
# the next line restarts using wish \
exec wish "$0" "$@"

So Geany thinks, it is a bash script.
And I think it is OK this way...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.