Browse Source

Fix, keep escaped symbols

Volodymyr Tkach 2 years ago
parent
commit
7eaf3d2b76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets.sh

+ 1 - 1
assets.sh

@@ -39,7 +39,7 @@ if [[ ! -d "${CURRENT_DIR}/.cache" ]]; then
 fi
 
 IFS=""
-while read line; do
+while read -r line; do
 	if [[ ${line} == "/*"* ]]; then
 		if [[ ${line} == *"*/" ]]; then
 			if [[ ${line} == *"import("* ]]; then