mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Strict POSIX scripts
Ubuntu uses dash as default shell, wish somebody told me :/
This commit is contained in:
parent
f7690ad96a
commit
2a13ca4c29
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ davserver_radicale_database() {
|
|||
}
|
||||
|
||||
radicale_deps() {
|
||||
if [ "$REQUIREMENTS" == "release" ]; then
|
||||
if [ "$REQUIREMENTS" = "release" ]; then
|
||||
radicale_pkg="radicale"
|
||||
elif [ "$REQUIREMENTS" == "devel" ]; then
|
||||
elif [ "$REQUIREMENTS" = "devel" ]; then
|
||||
radicale_pkg="git+https://github.com/Kozea/Radicale.git"
|
||||
else
|
||||
false
|
||||
|
|
|
|||
Loading…
Reference in a new issue