summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-01-01 22:52:43 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-01 22:52:43 +0100
commitd307ba7749330f683ebe4d0ecd12b62ecaccb0f4 (patch)
tree2c23841ed94fe7e7c699c09763b558d0793b54be /themes
parentf8f44e9c04716f37a6983e276715bb25e638dc4d (diff)
Removed escapes
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##*/}"