diff options
Diffstat (limited to 'manaplus/connect_local_server.sh')
-rwxr-xr-x | manaplus/connect_local_server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manaplus/connect_local_server.sh b/manaplus/connect_local_server.sh index ccc155e..9ba756e 100755 --- a/manaplus/connect_local_server.sh +++ b/manaplus/connect_local_server.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export MANAPLUS="../../manaplus/src/manaplus" if [ -f "$MANAPLUS" ]; then |