Skip to content

update.sh: fix conditional expression

Stefan Strogin requested to merge steils/xiph-mirror:update.sh into master

There should be no $ in: '$(cd ...', just '(...) || exit'. Otherwise the output to stdout will be executed as commands, which is probably not intended.

Reported-by: Mark Harris mark.hsj@gmail.com

Merge request reports