Replace bash with /bin/sh

This commit is contained in:
link2xt
2024-07-01 09:36:06 +00:00
committed by holger krekel
parent 67be981176
commit 635b5de304
4 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
#
# Wrapper for cmdelpoy to run it in activated virtualenv.
set -e