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 da206073..7b4fedf4 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 4936f45e..6ec961ae 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 aa68e15b..19b9479f 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 28fee9bb..9d8a911d 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 afbe3b90..a019c3d7 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