summaryrefslogtreecommitdiff
path: root/zshfunc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-07-29 13:20:21 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2009-07-29 13:20:21 +0000
commit95bbdfb987154a11f883b3df2f3755a065b72b26 (patch)
tree1b15555370bd0a75e1ef3bdd075651dc1c011d51 /zshfunc
parent5fa39bdbaf457485cf22b71f481b70097763ed21 (diff)
~buildd can be a symlink
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@406 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
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
}