dect
/
asterisk
Archived
13
0
Fork 0

update astxs to default /usr/src/asterisk

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2829 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
anthm 2004-04-30 02:07:29 +00:00
parent 7e20154d2c
commit a5ef0554d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
my $astdir = $ENV{ASTSRC} or "/usr/src/asterisk";
my $astdir = $ENV{ASTSRC} || "/usr/src/asterisk";
sub esystem($) {