Merge pull request #4 from bardiir/master

Script is using bash only syntax. Fixing declaration.
This commit is contained in:
Matteo Paonessa 2017-11-26 20:38:49 +01:00 committed by GitHub
commit 3ed4820edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"