diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-12 05:07:41 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-12 05:07:41 +0000 |
commit | 997ee1fbb64e483ec6427e9a2f11b5b76ec0bcc3 (patch) | |
tree | 4638ee46f2483b1b2de1f1ecad3a5d631742e1a2 /bin/ACEutils.pm | |
parent | 6b0948808cea44541901850727e1e8a7df4bc293 (diff) | |
download | ATCD-997ee1fbb64e483ec6427e9a2f11b5b76ec0bcc3.tar.gz |
Updated to include EXEPREFIX.
Diffstat (limited to 'bin/ACEutils.pm')
-rw-r--r-- | bin/ACEutils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ACEutils.pm b/bin/ACEutils.pm index 9b5781b954c..2f7347c73b6 100644 --- a/bin/ACEutils.pm +++ b/bin/ACEutils.pm @@ -1,6 +1,7 @@ # $Id$ require Process; +$EXEPREFIX = ".".$DIR_SEPARATOR; package ACE; |