Skip to content

Commit

Permalink
Get rid of the default search path
Browse files Browse the repository at this point in the history
We don't need it on NixOS.
  • Loading branch information
edolstra authored and wkennington committed Nov 4, 2016
1 parent ada7c8b commit 6ee3d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/path-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "macro.h"
#include "time-util.h"

#define DEFAULT_PATH_NORMAL "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
#define DEFAULT_PATH_NORMAL "/no-such-path"
#define DEFAULT_PATH_SPLIT_USR DEFAULT_PATH_NORMAL ":/sbin:/bin"

#ifdef HAVE_SPLIT_USR
Expand Down

0 comments on commit 6ee3d20

Please sign in to comment.