diff options
author | tv <tv@nomic.retiolum> | 2013-11-14 11:07:36 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-14 11:07:36 +0100 |
commit | babcdd4b4d203c98e3e2c7a5e70b9f1273b60f7c (patch) | |
tree | f27ab941f3b4a1a7dda15e5c02af2a98dd1cd98f /ship | |
parent | ad6a4e849d071cff0a230e5510be5b6e5702451f (diff) |
ship build: make sourceable
Diffstat (limited to 'ship')
-rwxr-xr-x | ship/build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -181,4 +181,6 @@ buildcache_add() { ### main invocation ### -build "$@" +if echo "$0" | grep -q '^\(.*/\)\?build$'; then + build "$@" +fi |