This commit is contained in:
committed by
Git OBS Bridge
parent
8e0f21272f
commit
3a9bda2812
@@ -59,12 +59,6 @@
|
||||
|
||||
/* Define if you want the case-capitalizing operators (~[~]) and the
|
||||
`capcase' variable attribute (declare -c). */
|
||||
@@ -98,3 +98,5 @@
|
||||
name is not found. If you want to name it something other than the
|
||||
default ("command_not_found_handle"), change it here. */
|
||||
/* #define NOTFOUND_HOOK "command_not_found_handle" */
|
||||
+
|
||||
+#define eaccess(path,mode) access(path,mode)
|
||||
--- general.h
|
||||
+++ general.h 2006-03-27 14:15:25.000000000 +0200
|
||||
@@ -21,10 +21,13 @@
|
||||
|
Reference in New Issue
Block a user