Skip to content
Snippets Groups Projects
Commit 7d8a55a4 authored by vas's avatar vas Committed by lowercasedonkey
Browse files

bug in exit status

parent 5764cf5f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ HASH := $(shell git rev-list -n 1 --abbrev-commit HEAD)
COMMIT := $(git rev-parse --short HEAD)
uname := $(shell uname -s)
arch := $(shell uname -m)
TWEEGO := $(shell command -v tweego || echo "$?")
TWEEGO := $(shell command -v tweego ; echo "$?")
ifneq ($(TWEEGO),0)
ifeq ($(uname),Linux)
ifeq ($(arch),x86_64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment