aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
diff options
context:
space:
mode:
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dln.c b/dln.c
index a5c7615df4..7409ce30e3 100644
--- a/dln.c
+++ b/dln.c
@@ -1552,7 +1552,7 @@ dln_find_1(const char *fname, const char *path, char *fbuf, size_t size,
size_t i, fspace;
#ifdef DOSISH
static const char extension[][5] = {
- ".exe", ".com", ".cmd", ".bat",
+ EXECUTABLE_EXTS,
};
size_t j;
int is_abs = 0, has_path = 0;