From d4a07afe3c9b292e146cbdb412066a6ab4ff61ce Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Thu, 14 Mar 2024 16:40:05 +0100
Subject: [PATCH] Fix wrong bash shebang

---
 examples/SubgridTests/ParticleSplitting/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 examples/SubgridTests/ParticleSplitting/run.sh

diff --git a/examples/SubgridTests/ParticleSplitting/run.sh b/examples/SubgridTests/ParticleSplitting/run.sh
old mode 100644
new mode 100755
index 9ce32ccf6e..3e2410dce5
--- a/examples/SubgridTests/ParticleSplitting/run.sh
+++ b/examples/SubgridTests/ParticleSplitting/run.sh
@@ -1,4 +1,4 @@
-#!bash
+#!/bin/bash
 
 if [ ! -e particleSplitting.hdf5 ]
 then
-- 
GitLab