diff options
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 |