Applied patch by ft and updated changelog
[grml-etc-core.git] / etc / zsh / functions.d / grml-wallpaper
index 3b6f855..50943ea 100644 (file)
@@ -1,4 +1,4 @@
-if [ -f /usr/share/grml/"$1" ] ; then
+if [[ -f /usr/share/grml/"$1" ]] ; then
    Esetroot -scale /usr/share/grml/"$1"
 else
    Esetroot -scale "$@"