Fix install script bash error.
This commit is contained in:
parent
2088c73e40
commit
f7c07f077c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
xdg=${${XDG_DATA_HOME}:-${HOME}/.local/share}
|
xdg=${XDG_DATA_HOME:-${HOME}/.local/share}
|
||||||
DIRECTORY="${xdg}/rofi/themes/}"
|
DIRECTORY="${xdg}/rofi/themes/}"
|
||||||
|
|
||||||
if [ ! -d "${DIRECTORY}" ]
|
if [ ! -d "${DIRECTORY}" ]
|
||||||
|
|
Loading…
Reference in a new issue