Browse Source

Fix init_venv script

master
Dirk Alders 7 months ago
parent
commit
28e7779eb1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      init_venv

+ 1
- 1
init_venv View File

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

Loading…
Cancel
Save