aports/testing/tangram/busybox.patch
Michal Vasilek fa00ca0134 testing/tangram: fix running with busybox env
busybox env doesn't have -S, so hardcode the shebang path instead
2023-02-15 08:23:02 +00:00

9 lines
133 B
Diff

--- a/re.sonny.Tangram
+++ b/re.sonny.Tangram
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S gjs -m
+#!/usr/bin/gjs -m
// -*- mode: js; -*-