I am trying bork on Ubuntu 16.04 and am getting an error and incorrect results when checking a package's status:
dylan@ubuntu-trusty:~/tmp$ cat test.sh
ok apt humanity-icon-theme
dylan@ubuntu-trusty:~/tmp$ ~/from-github/bork/bin/bork status test.sh
E: Command line option --dry-run is not understood in combination with the other options
ok: apt humanity-icon-theme
dylan@ubuntu-trusty:~/tmp$ ~/my-fork-with-fix/bork/bin/bork status test.sh
outdated: apt humanity-icon-theme
humanity-icon-theme install
Hello!
I am trying bork on Ubuntu 16.04 and am getting an error and incorrect results when checking a package's status:
It looks like the issue is here:
https://github.com/mattly/bork/blob/master/types/apt.sh#L25
I am also seeing the same error on Ubuntu 14.04.
Thanks, Dylan