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

Unified Diff: tools/clang/scripts/update.sh

Issue 12256005: Replace seq invocation with 'jot -'. They don't have seq on Mac by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
===================================================================
--- tools/clang/scripts/update.sh (revision 182184)
+++ tools/clang/scripts/update.sh (working copy)
@@ -97,7 +97,7 @@
return 0
fi
# mac_asan trybots.
- for num in $(seq 600 655)
+ for num in $(jot - 600 655)
hans 2013/02/13 12:25:34 my linux box doesn't have jot.. will this work the
Alexander Potapenko 2013/02/13 12:30:07 I assumed this function was mac-only, which is kin
do
if [[ "${HOST}" == "vm${num}-m4.golo.chromium.org" ]]; then
return 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698