summaryrefslogtreecommitdiff
path: root/lbmk
diff options
context:
space:
mode:
Diffstat (limited to 'lbmk')
-rwxr-xr-xlbmk3
1 files changed, 0 insertions, 3 deletions
diff --git a/lbmk b/lbmk
index e0b950e3..c4bc3f3e 100755
--- a/lbmk
+++ b/lbmk
@@ -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