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

Unified Diff: go-back-with-backspace/build-zip.sh

Issue 2235683003: Correct description in messages; add 'tel' input type (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Ignore existing icons/ directory Created 4 years, 4 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 | « go-back-with-backspace/_locales/en/messages.json ('k') | go-back-with-backspace/description.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/build-zip.sh
diff --git a/go-back-with-backspace/build-zip.sh b/go-back-with-backspace/build-zip.sh
index fceb2fde62c4b05aec6ffac018cfe328758cbaa7..eeb9c92c0937a39d555b223979e4e9d0dc51c68c 100755
--- a/go-back-with-backspace/build-zip.sh
+++ b/go-back-with-backspace/build-zip.sh
@@ -20,7 +20,7 @@ declare -ar ZIP_CONTENTS=(_locales/
# Remove backup files.
rm -f $(find . -name \*~ -or -name \#\*\#)
-if ! mkdir icons; then
+if ! mkdir -p icons; then
echo "Error creating icons/ directory" >&2
exit 1
fi
« no previous file with comments | « go-back-with-backspace/_locales/en/messages.json ('k') | go-back-with-backspace/description.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698