1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/aisleriot/fix-bash-shebang.patch
2020-03-09 11:55:49 +01:00

10 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