Make it work better with FreeBSD

This commit is contained in:
2024-10-22 14:41:47 +01:00
parent 99c827b2bf
commit b4e1f78d13
3 changed files with 4 additions and 4 deletions

2
bin/ec
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ "$PARENT_REPO" == "" ] ; then
PARENT_REPO=$(find-parent-repo)
if [ "$PARENT_REPO" == "" ] ; then