Skip to content
  • tuncer's avatar
    bootstrap.sh: SC2059 · a17cd30f
    tuncer authored
    Don't use variables in the printf format string.
    Use printf "..%s.." "$foo".
    a17cd30f