summaryrefslogtreecommitdiff
path: root/dln.c
diff options
context:
space:
mode:
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/dln.c b/dln.c
index 4140c10e53..f6950e1863 100644
--- a/dln.c
+++ b/dln.c
@@ -1591,11 +1591,7 @@ dln_find_exe(fname, path)
const char *path;
{
if (!path) {
-#if defined(__human68k__)
- path = getenv("path");
-#else
- path = getenv("PATH");
-#endif
+ path = getenv(PATH_ENV);
}
if (!path) {