summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/build-themes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/build-themes.sh b/themes/build-themes.sh
index 40764c53..8657b691 100755
--- a/themes/build-themes.sh
+++ b/themes/build-themes.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-FILE_PATH="$(dirname \"$0\")"
+FILE_PATH="$(dirname "$0")"
for file in $(ls "${FILE_PATH}/"*.less); do
filename="${file##*/}"