diff options
| author | flexxyfluxx <flexxyfluxx@noreply.codeberg.org> | 2025-10-12 22:35:27 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-10-13 21:17:50 +0200 |
| commit | 24855cfb3f222922eab7ab79249cc4f4e9506f85 (patch) | |
| tree | 17db55e74c01ff248b92823aff2d771127c63a03 /data | |
| parent | 849bf95f16c8ad5bdf6f87706e0ef7a27c7ac751 (diff) | |
| download | hurrycurry-24855cfb3f222922eab7ab79249cc4f4e9506f85.tar hurrycurry-24855cfb3f222922eab7ab79249cc4f4e9506f85.tar.bz2 hurrycurry-24855cfb3f222922eab7ab79249cc4f4e9506f85.tar.zst | |
fix nixos compat issue
Diffstat (limited to 'data')
| -rwxr-xr-x | data/recipes/anticurry.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/anticurry.sed b/data/recipes/anticurry.sed index e5b93a66..26042454 100755 --- a/data/recipes/anticurry.sed +++ b/data/recipes/anticurry.sed @@ -1,4 +1,4 @@ -#!/bin/sed -f +#!/usr/bin/env -S sed -f s/inputs/TEMP/g s/outputs/inputs/g s/TEMP/outputs/g |