From a2ee05631064bf618e1a5a5f7ae86f22740110c4 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 16 Nov 2015 15:43:04 -0800 Subject: [PATCH] Moar shebang. Make it possible to run dev/update_packages.dart directly from the shell. @abarth --- dev/update_packages.dart | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 dev/update_packages.dart diff --git a/dev/update_packages.dart b/dev/update_packages.dart old mode 100644 new mode 100755 index 4c97507a027..c72350bf590 --- a/dev/update_packages.dart +++ b/dev/update_packages.dart @@ -1,3 +1,4 @@ +#!/usr/bin/env dart // Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.