Skip to content

Commit a2e66af

Browse files
committed
Fix she-bang
1 parent a8f7bf0 commit a2e66af

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/test_installation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/bin/bash -eu
12
# SPDX-FileCopyrightText: 2025 Uwe Fechner
23
# SPDX-License-Identifier: MIT
34

4-
#!/bin/bash -eu
55
rm -rf /tmp/testdepot
66
mkdir /tmp/testdepot
77
rm -rf /tmp/test

test/test_installation2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/bin/bash -eu
12
# SPDX-FileCopyrightText: 2025 Uwe Fechner
23
# SPDX-License-Identifier: MIT
34

4-
#!/bin/bash -eu
55
rm -rf /tmp/testdepot
66
mkdir /tmp/testdepot
77
rm -rf /tmp/test

test/test_installation3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/bin/bash -eu
12
# SPDX-FileCopyrightText: 2025 Uwe Fechner
23
# SPDX-License-Identifier: MIT
34

4-
#!/bin/bash -eu
55
rm -rf /tmp/testdepot
66
mkdir /tmp/testdepot
77
rm -rf /tmp/test

test/test_installation4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#!/bin/bash -eu
12
# SPDX-FileCopyrightText: 2025 Uwe Fechner
23
# SPDX-License-Identifier: MIT
34

4-
#!/bin/bash -eu
55
rm -rf /tmp/testdepot
66
mkdir /tmp/testdepot
77
rm -rf /tmp/test

test/test_installation5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
#!/bin/bash -eu
12
# SPDX-FileCopyrightText: 2025 Uwe Fechner
23
# SPDX-License-Identifier: MIT
34
# This script tests the installation of KiteModels.jl by running the install script
45

5-
#!/bin/bash -eu
66
rm -rf /tmp/testdepot
77
mkdir /tmp/testdepot
88
rm -rf /tmp/test

0 commit comments

Comments
 (0)