500-set-default-path.patch 357 B

123456789101112
  1. --- a/options.h
  2. +++ b/options.h
  3. @@ -352,7 +352,9 @@ be overridden at runtime with -I. 0 disa
  4. #define DEFAULT_IDLE_TIMEOUT 0
  5. /* The default path. This will often get replaced by the shell */
  6. +#ifndef DEFAULT_PATH
  7. #define DEFAULT_PATH "/usr/bin:/bin"
  8. +#endif
  9. /* Some other defines (that mostly should be left alone) are defined
  10. * in sysoptions.h */