From 6b0f430424e4c52acf1c1567b93fd4ed351704b5 Mon Sep 17 00:00:00 2001 From: sleirsgoevy Date: Sun, 10 Dec 2017 21:35:49 +0300 Subject: [PATCH] Added debug prints to bin/compile. --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 9399193..c330794 100755 --- a/bin/compile +++ b/bin/compile @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -x export APP="$(realpath "$1")" export CACHE="$2"