engine: resources: Remove env

The nix people want this sometimes, and don't in others ;)

Karpfen, you now owe me a $beverage =D
This commit is contained in:
James Shubin
2025-06-05 14:47:09 -04:00
parent 2d78dc9836
commit 99d8846934

View File

@@ -27,7 +27,7 @@
# additional permission if he deems it necessary to achieve the goals of this
# additional permission.
SHELL = /usr/bin/env bash
SHELL = bash
.PHONY: build clean
default: build