Skip to content

Commit

Permalink
exit immediately when shell commands fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Feb 12, 2018
1 parent a146d5f commit c756131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.ONESHELL:
SHELL = /bin/bash
.SHELLFLAGS += -e

KVERSION_SHORT ?= 4.9.0-3
KVERSION ?= $(KVERSION_SHORT)-amd64
Expand Down

0 comments on commit c756131

Please sign in to comment.