aports/testing/aisleriot/fix-bash-shebang.patch
2019-12-07 07:03:30 +01:00

11 lines
309 B
Diff

diff --git a/cards/meson_svgz.sh b/cards/meson_svgz.sh
index 5a0bf01..20f0de9 100755
--- a/cards/meson_svgz.sh
+++ b/cards/meson_svgz.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/usr/bin/env bash
# Copyright © 2019 Christian Persch
#
# This programme is free software; you can redistribute it and/or modify it