See:
$ declare -i x
$ x='a[${ unset x;}]'
Segmentation faultThis shouldn't even be an error; if it has to be it should be handled by bash not the host system Oğuz
See:
$ declare -i x
$ x='a[${ unset x;}]'
Segmentation faultThis shouldn't even be an error; if it has to be it should be handled by bash not the host system Oğuz