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

Unified Diff: platforms/raspberry-pi2/flash-sd-card

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address 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 | « platforms/raspberry-pi2/data/setup-agent.sh ('k') | platforms/stm/bin/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/raspberry-pi2/flash-sd-card
diff --git a/platforms/raspberry-pi2/flash-sd-card b/platforms/raspberry-pi2/flash-sd-card
index 4f3c3b16f0fe22c2fcb5ae19e9edbf3ea74d1eb7..7d55ff2b2af4dd25c08f157c4a039b4a530a15e4 100755
--- a/platforms/raspberry-pi2/flash-sd-card
+++ b/platforms/raspberry-pi2/flash-sd-card
@@ -4,8 +4,8 @@
# BSD-style license that can be found in the LICENSE.md file.
# Run internal/pkg/flash_sd_card/bin/flash_sd_card.dart on the Dart VM.
-# This script assumes either the Fletch SDK's directory structure or
-# a Fletch GitHub repository checkout.
+# This script assumes either the Dartino SDK's directory structure or
+# a Dartino GitHub repository checkout.
function follow_links() {
file="$1"
@@ -23,4 +23,4 @@ source $(dirname $PROG_NAME)/.common.shlib
echo "This program requires superuser to run."
-exec sudo "$DART_VM" -Dfletch-vm="$FLETCH_VM" "$DART_FILE" "$@"
+exec sudo "$DART_VM" -Ddartino-vm="$DARTINO_VM" "$DART_FILE" "$@"
« no previous file with comments | « platforms/raspberry-pi2/data/setup-agent.sh ('k') | platforms/stm/bin/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698