Add missing exclamation mark in shebang line (#1966)

pull/1970/head
Günther Grill 2017-11-13 10:34:21 +01:00 committed by Matthew Mosesohn
parent 0d8de289dd
commit 421e73b87c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e
BINDIR="/opt/bin"