scripts/get-repository.sh: use env to call bash
This makes invocation of bash crossplatform. Signed-off-by: J <offlineimap@927589452> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
c1df95b7d3
commit
b143f63031
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Licence: this file is in the public deomain.
|
# Licence: this file is in the public domain.
|
||||||
#
|
#
|
||||||
# Download and configure the repositories of the website or wiki.
|
# Download and configure the repositories of the website or wiki.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user