index
:
opkg-opk/opkg-opk.git
master
OPK package building and information tool
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
pkg
/
data
/
bin
/
true
blob: 7fe20954161619da69021334226ff86ac09b9253 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh if [ x"$(basename "${0}")" = x'true' ]; then return 0 else return 1 fi