summaryrefslogtreecommitdiff
path: root/findcmd.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2015-05-15 11:03:36 -0400
committerChet Ramey <chet.ramey@case.edu>2015-05-15 11:03:36 -0400
commit85ec0778f9d778e1820fb8c0e3e996f2d1103b45 (patch)
tree11f7832589070765d7fdc1249efe6311d5a6fe1b /findcmd.c
parent1a088fee7368a8620e0bf64c481ac0bc5dddddcf (diff)
downloadbash-85ec0778f9d778e1820fb8c0e3e996f2d1103b45.tar.gz
commit bash-20150417 snapshot
Diffstat (limited to 'findcmd.c')
-rw-r--r--findcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findcmd.c b/findcmd.c
index e6676919..436a9436 100644
--- a/findcmd.c
+++ b/findcmd.c
@@ -178,7 +178,7 @@ executable_file (file)
int s;
s = file_status (file);
-#if defined EISDIR
+#if defined (EISDIR)
if (s & FS_DIRECTORY)
errno = EISDIR; /* let's see if we can improve error messages */
#endif