diff options
-rw-r--r-- | miscutils/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c index c6c33ace9..6b9446464 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c | |||
@@ -37,7 +37,7 @@ | |||
37 | #define CRONUPDATE "cron.update" | 37 | #define CRONUPDATE "cron.update" |
38 | #endif | 38 | #endif |
39 | #ifndef PATH_VI | 39 | #ifndef PATH_VI |
40 | #define PATH_VI "/usr/bin/vi" /* location of vi */ | 40 | #define PATH_VI "/bin/vi" /* location of vi */ |
41 | #endif | 41 | #endif |
42 | 42 | ||
43 | #include "busybox.h" | 43 | #include "busybox.h" |