From 54e232bf8b0668edc601763c4ed60be8fffc40a3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 21 Sep 2020 16:07:38 +0200 Subject: Laptop sync --- .scripts/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.scripts/compile') diff --git a/.scripts/compile b/.scripts/compile index 38295e2..95f70c8 100755 --- a/.scripts/compile +++ b/.scripts/compile @@ -6,8 +6,8 @@ base="${file%.*}" ext="${file##*.}" if [ -f "$dir/run" ]; then - echo "Using run file" - exec "$dir/run" + echo "Using run file" + exec "$dir/run" fi case "$ext" in -- cgit v1.2.3