Fix install script bash error.

This commit is contained in:
Adil H 2019-10-02 00:41:13 +05:30
parent 2088c73e40
commit f7c07f077c

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
xdg=${${XDG_DATA_HOME}:-${HOME}/.local/share}
xdg=${XDG_DATA_HOME:-${HOME}/.local/share}
DIRECTORY="${xdg}/rofi/themes/}"
if [ ! -d "${DIRECTORY}" ]