Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: scripts/single_byte_gen.sh

Issue 1639543006: ICU 56 step 6: Check in the pre-built ICU data (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56local_patches
Patch Set: address review comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/make_n_copy_data.sh ('k') | scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/single_byte_gen.sh
diff --git a/scripts/single_byte_gen.sh b/scripts/single_byte_gen.sh
index bb482aeb5d5386b4190654d62886f0b6b48d4084..ef209a5f318f1dcdd016630023df9b2e92a6959f 100755
--- a/scripts/single_byte_gen.sh
+++ b/scripts/single_byte_gen.sh
@@ -38,7 +38,7 @@ encodings="ibm866 iso-8859-2 iso-8859-3 iso-8859-4 iso-8859-5 iso-8859-6\
windows-1254 windows-1255 windows-1256 windows-1257 windows-1258\
x-mac-cyrillic"
-ENCODING_DIR="$(dirname $0)/../source/data/mappings"
+ENCODING_DIR="$(dirname "$0")/../source/data/mappings"
for e in ${encodings}
do
output="${ENCODING_DIR}/${e}-html.ucm"
« no previous file with comments | « scripts/make_n_copy_data.sh ('k') | scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698