Skip to content

Commit 1b17527

Browse files
committed
Merge remote-tracking branch 'origin/pull/129'
* origin/pull/129: Use the same shebang for repro and buildinfo
2 parents 74fc09c + 2986fc6 commit 1b17527

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)