Skip to content

Quote variables and add unset flag

Tan Le requested to merge improve-shell-script into master

Some small shell script improvements

  • Double quote to prevent globbing and word splitting.
  • Set -u flag to fail fast on unset variable.

Merge request reports