From 1e592f6810ab49f4088505c5560ac145249e607d Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 4 Dec 2023 15:53:49 +0100 Subject: [PATCH] remove shebang from scripts --- scripts/debian/1-install-deps.sh | 2 -- scripts/debian/2-configure.sh | 2 -- scripts/debian/3-build-tests.sh | 2 -- scripts/debian/3-build.sh | 2 -- scripts/debian/4-install-runtime-deps.sh | 2 -- 5 files changed, 10 deletions(-) diff --git a/scripts/debian/1-install-deps.sh b/scripts/debian/1-install-deps.sh index da20607..7b4fedf 100755 --- a/scripts/debian/1-install-deps.sh +++ b/scripts/debian/1-install-deps.sh @@ -1,5 +1,3 @@ -#!/bin/bash - set -ex apt-get update -y diff --git a/scripts/debian/2-configure.sh b/scripts/debian/2-configure.sh index 4936f45..6ec961a 100755 --- a/scripts/debian/2-configure.sh +++ b/scripts/debian/2-configure.sh @@ -1,5 +1,3 @@ -#!/bin/bash - set -ex cmake . -B bin -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -s -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,--build-id=none -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON || cat "$SOURCE"/server/bin/vcpkg-bootstrap.log diff --git a/scripts/debian/3-build-tests.sh b/scripts/debian/3-build-tests.sh index aa68e15..19b9479 100755 --- a/scripts/debian/3-build-tests.sh +++ b/scripts/debian/3-build-tests.sh @@ -1,5 +1,3 @@ -#!/bin/bash - set -ex cmake --build bin --parallel -t BeamMP-Server-tests diff --git a/scripts/debian/3-build.sh b/scripts/debian/3-build.sh index 28fee9b..9d8a911 100755 --- a/scripts/debian/3-build.sh +++ b/scripts/debian/3-build.sh @@ -1,5 +1,3 @@ -#!/bin/bash - set -ex cmake --build bin --parallel -t BeamMP-Server diff --git a/scripts/debian/4-install-runtime-deps.sh b/scripts/debian/4-install-runtime-deps.sh index afbe3b9..a019c3d 100755 --- a/scripts/debian/4-install-runtime-deps.sh +++ b/scripts/debian/4-install-runtime-deps.sh @@ -1,5 +1,3 @@ -#!/bin/bash - set -ex apt-get update -y