diff --git a/src/bsys/bob/main.c b/src/bsys/bob/main.c index 4dd5c0bb..9f11f2be 100644 --- a/src/bsys/bob/main.c +++ b/src/bsys/bob/main.c @@ -16,7 +16,6 @@ #include #include -#include #include #include #include diff --git a/src/fsutil.c b/src/fsutil.c index 70bb2393..8b892e33 100644 --- a/src/fsutil.c +++ b/src/fsutil.c @@ -108,7 +108,7 @@ int set_owner(char const* path) { return -1; } - if (strstr(full_path, abs_out_path) != abs_out_path) { + if (strstr(full_path, abs_out_path) != full_path) { return 0; }