Changeset 5e9f5b0db78af749a3639226470497cca26caf9e
- Timestamp:
- 03/22/07 21:50:37
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1174600237 +0000
- git-parent:
[627a96772d62dfc3c4d65c35f81a7f266d5a4719]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1174600237 +0000
- Message:
fix print and move conf file to sample name
git-svn-id: https://labs.omniti.com/resmon/trunk@30 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r627a967 |
r5e9f5b0 |
|
| 3 | 3 | BEGIN { |
|---|
| 4 | 4 | (my $dir = $0) =~ s/\/?[^\/]+$//; |
|---|
| 5 | | print "use lib '$dir/lib';\n"; |
|---|
| 6 | 5 | eval "use lib '$dir/lib';"; |
|---|
| 7 | 6 | die $@ if($@); |
|---|