index
:
painload
master
krebscode/HEAD
krebscode/master
ni/master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
ship/build
4
1 files changed, 3 insertions, 1 deletions
diff --git a/ship/build b/ship/build
index 95c14699..5863e325 100755
--- a/
ship/build
+++ b/
ship/build
@@ -181,4 +181,6 @@ buildcache_add() {
### main invocation
###
-build "$@"
+if echo "$0" | grep -q '^\(.*/\)\?build$'; then
+ build "$@"
+fi