Skip to content

Commit 2986fc6

Browse files
committed
Use the same shebang for repro and buildinfo
1 parent 74fc09c commit 2986fc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/bash
22
# shellcheck disable=SC2155
33

44
# Copyright (c) 2018 Robin Broda <robin@broda.me>

repro.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/bash
22

33
VERSION='REPRO_VERSION'
44

0 commit comments

Comments
 (0)