Skip to content
  • Eli Schwartz's avatar
    db-update: replace external find command with bash globbing · 3e01ba9a
    Eli Schwartz authored
    Don't bother emitting errors. bash doesn't show globbing errors if it
    cannot read a directory to try globbing there. And the former code never
    aborted on errors anyway, as without `set -o pipefail` the sort command
    swallowed the return code.
    3e01ba9a