Opened 10 months ago
Closed 8 months ago
#69101 closed defect (fixed)
shellcheck @0.9.0_4: crash on input
Reported by: | mohd-akram (Mohamed Akram) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | neverpanic (Clemens Lang) | |
Port: | shellcheck |
Description
Running shellcheck with this file causes a crash:
#!/bin/sh test 1 x=$? a=`:`
shellcheck: (Array.!): undefined array element
This doesn't happen with the shellcheck binary downloaded from GitHub or on https://www.shellcheck.net
Change History (2)
comment:1 Changed 8 months ago by mohd-akram (Mohamed Akram)
comment:2 Changed 8 months ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for checking!
Note: See
TracTickets for help on using
tickets.
This is fixed (checked on 0.10.0_5).