From c911fe4c851af539fd47e8944bbaa70aaea9ba04 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 28 Oct 2021 14:18:58 +0200 Subject: [PATCH] bash script for cmk.sh in ubuntu --- cmk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmk.sh b/cmk.sh index 0bfe0d918..ee44b2402 100755 --- a/cmk.sh +++ b/cmk.sh @@ -1,6 +1,6 @@ +#!/bin/bash # SPDX-License-Identifier: LGPL-3.0-or-other # Copyright (C) 2021 Contributors to the SLS Detector Package -#!/bin/bash CMAKE="cmake3" BUILDDIR="build" INSTALLDIR=""