diff options
author | alfredoport <doyenatccny@gmail.com> | 2008-10-24 22:25:33 +0000 |
---|---|---|
committer | alfredoport <doyenatccny@gmail.com> | 2008-10-24 22:25:33 +0000 |
commit | ca39f5ae7631e3bedf6114f7ebe7dfa2a8579f76 (patch) | |
tree | 41d84a37ba3c456cf2f005cfb392d1da1c2df443 /src/etc/asq.c.pamphlet | |
parent | 3d4576ed847bfd84b3befaf7c5ae7ee62905ab2a (diff) | |
download | open-axiom-ca39f5ae7631e3bedf6114f7ebe7dfa2a8579f76.tar.gz |
Use oa_getenv function.
Diffstat (limited to 'src/etc/asq.c.pamphlet')
-rw-r--r-- | src/etc/asq.c.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/asq.c.pamphlet b/src/etc/asq.c.pamphlet index f47acf6c..19277b5c 100644 --- a/src/etc/asq.c.pamphlet +++ b/src/etc/asq.c.pamphlet @@ -1463,7 +1463,7 @@ int isspace(int c); int i; /* a temporary */ char proparg[256]; /* a temporary */ /* echoargs(argc, argv);*/ - AXIOM=(char *)getenv("AXIOM"); + AXIOM=oa_getenv("AXIOM"); if (AXIOM == NULL) printf("AXIOM shell variable has no value. using current directory\n"); |