ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
ozone
/
mgar
/
gar
/
bin
/
checkpkg
Revision:
1
Committed:
Sat Jun 20 14:58:51 2026 UTC
(4 weeks, 3 days ago) by
operz
File size:
152 byte(s)
Log Message:
Initial import of OZSW mgar build tree
File Contents
#
Content
1
#!/usr/bin/bash
2
3
set
-e
4
set
-u
5
6
basedir
=
$(
dirname
$0
)
/..
7
export
PYTHONPATH
=
$basedir
8
exec
/opt/csw/bin/python2.6
"
$basedir
/lib/python/checkpkg2.py"
"
$@
"
Properties
Name
Value
svn:executable
*