summaryrefslogtreecommitdiff
path: root/zshfunc
diff options
context:
space:
mode:
Diffstat (limited to 'zshfunc')
-rw-r--r--zshfunc/buildd-start2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshfunc/buildd-start b/zshfunc/buildd-start
index 6d35916..14709ed 100644
--- a/zshfunc/buildd-start
+++ b/zshfunc/buildd-start
@@ -7,5 +7,5 @@ buildd-start() {
need_sudo="sudo"
fi
- $need_sudo find ~buildd -maxdepth 1 -name NO-DAEMON-PLEASE -group adm -ls | grep NO-DAEMON-PLEASE && sudo rm -v ~buildd/NO-DAEMON-PLEASE
+ $need_sudo find ~buildd/ -maxdepth 1 -name NO-DAEMON-PLEASE -group adm -ls | grep NO-DAEMON-PLEASE && sudo rm -v ~buildd/NO-DAEMON-PLEASE
}