Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 61a1c0d

Browse files
committed
update shebang to respect env's bash
1 parent 83ecd67 commit 61a1c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandocDownload2zip.sh

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

33
# usage: VERSION=1.19.1 DEBUG=true source ./pandocDownload2zip.sh # source for running it in the current shell such that the variables can be obtained
44

0 commit comments

Comments
 (0)