Fixed some ResourceWarnings on Python 3
[zeroinstall/solver.git] / tests / macports / port
blobf7fec50ab3b8c2d43c0b38918dc78c7b04cc1af5
1 #!/bin/sh
2 if [ "$1 $2" = "echo installed" ]; then
3 cat << EOF
4 zeroinstall-injector @0.54_0
5 EOF
6 elif [ "$1 $2" = "-v installed" ]; then
7 cat << EOF
8 The following ports are currently installed:
9 zeroinstall-injector @0.54_0
10 zeroinstall-injector @1.0_0 (active) platform='darwin 10' archs='noarch'
11 EOF