1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-14 16:47:38 +02:00

Replace /bin/bash with /usr/bin/env bash (#4)

This commit is contained in:
ulf
2019-05-26 11:05:49 +02:00
committed by FSFE System
parent 47dbbc76a8
commit ab1d56dd2d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################################
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
########################################################################

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################################
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
########################################################################

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################################
# Copyright (C) 2016 Max Mehl <max.mehl@fsfe.org>
########################################################################

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################################
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
########################################################################