Script is using bash only syntax. Fixing declaration.

This commit is contained in:
Alexander Faust 2017-11-26 20:17:33 +01:00 committed by GitHub
parent 9eb1f94c0a
commit 486505bc93
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 )" SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"