diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-01-21 23:49:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-01-21 23:49:46 -0500 |
commit | 1a427e0e5e16bc75d05a961a4001923b26b7b2f8 (patch) | |
tree | 375c1e80c8982836a58b03839dd75921c1c6233b /src/deps.c | |
parent | 77a35c4a098a11bcb8d93a8748f21a930b88b0d5 (diff) | |
download | spmc-1a427e0e5e16bc75d05a961a4001923b26b7b2f8.tar.gz |
groundhog day
Diffstat (limited to 'src/deps.c')
-rw-r--r-- | src/deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ int dep_all(Dependencies **deps, const char *_package) { // Remove temporary data unlink(depfile); - unlink(tmpdir); + rmdir(tmpdir); free(suffix); return 0; } |