Strict POSIX scripts

Ubuntu uses dash as default shell, wish somebody told me :/
This commit is contained in:
Markus Unterwaditzer 2014-03-19 22:31:04 +01:00
parent f7690ad96a
commit 2a13ca4c29

View file

@ -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