diff options
Diffstat (limited to 'lbmk')
-rwxr-xr-x | lbmk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -33,9 +33,6 @@ main() { if [ "${0##*/}" = "lbmk" ]; then die "Do not run the lbmk script directly!" - elif [ "${0##*/}" = "download" ]; then - ./update module $@ || exit 1 - exit 0 elif [ "${0##*/}" = "blobutil" ]; then ./update blobs $@ || exit 1 exit 0 |