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

Issue 2825050: Pack and unpack scripts switched to bash (Closed)

Created:
10 years, 5 months ago by Paul Stewart
Modified:
9 years, 7 months ago
Reviewers:
seano, Bill Richardson
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
ssh://gitrw.chromium.org/crosutils.git
Visibility:
Public.

Description

Pack and unpack scripts switched to bash The "[[ ... ]]" syntax is bash-specific. Reflect this by changing shbang to "#!/bin/bash". Many of our dev systems symlink "/bin/sh" to "/bin/bash" which has masked this problem for a long time, but "real" sh fails on "[[". BUG=none TEST=rerun

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M emit_gpt_scripts.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Paul Stewart
10 years, 5 months ago (2010-07-16 19:59:39 UTC) #1
seano
10 years, 5 months ago (2010-07-19 13:41:32 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698