From 21cdc52355234a23603daf288bd9f092e1d9de94 Mon Sep 17 00:00:00 2001 From: Yves Dorfsman Date: Fri, 20 May 2016 16:15:15 -0600 Subject: [PATCH] Tilde doesn't get expanded when in between quotes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42659a4..7719474 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL=/bin/sh PKGNAME=stack_blackbox -BASEDIR?=~ +BASEDIR?=$(HOME) OUTPUTDIR?="$(BASEDIR)/debbuild-${PKGNAME}" all: