Changeset 2329 for box/trunk/infrastructure/printversion.pl
- Timestamp:
- 05/10/2008 16:21:50 (4 years ago)
- File:
-
- 1 copied
-
box/trunk/infrastructure/printversion.pl (copied) (copied from box/trunk/infrastructure/parcelpath.pl) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/printversion.pl
r2328 r2329 1 1 #!perl 2 3 unless (@ARGV == 2)4 {5 die "Usage: $0 <parcel-name> <target-os>\n";6 }7 2 8 3 $basedir = $0; … … 13 8 require "infrastructure/BoxPlatform.pm.in"; 14 9 15 print BoxPlatform::parcel_dir(@ARGV) . "\n";10 print "$BoxPlatform::product_version\n"; 16 11 17 12 exit 0;
Note: See TracChangeset
for help on using the changeset viewer.
