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" "$@" |