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

Unified Diff: emit_gpt_scripts.sh

Issue 2825050: Pack and unpack scripts switched to bash (Closed) Base URL: ssh://gitrw.chromium.org/crosutils.git
Patch Set: Created 10 years, 5 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: emit_gpt_scripts.sh
diff --git a/emit_gpt_scripts.sh b/emit_gpt_scripts.sh
index 12e3629f1bd3c5ddabcbf47098f06f9a307837a7..692e836ef874c5054a69e51bdcdbe55283890cd9 100755
--- a/emit_gpt_scripts.sh
+++ b/emit_gpt_scripts.sh
@@ -28,7 +28,7 @@ locate_gpt
TMP=$(mktemp)
$GPT show "$IMAGE" > $TMP
-HEADER='#!/bin/sh -eu
+HEADER='#!/bin/bash -eu
# File generated by emit_gpt_scripts.sh. Do not edit.
TARGET=${1:-}
if [[ -z "$TARGET" ]]; then
« 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