BugFix: init_venv - execution in bash

This commit is contained in:
Dirk Alders 2024-03-09 16:58:10 +01:00
parent 3bc38120c4
commit 48313a2245

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
BASEPATH=`realpath $(dirname $0)`