]> Cypherpunks repositories - gostls13.git/commitdiff
misc: update python scripts to specify python2 or nothing
authorAndrew Gerrand <adg@golang.org>
Thu, 21 Oct 2010 04:41:51 +0000 (15:41 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 21 Oct 2010 04:41:51 +0000 (15:41 +1100)
(Hopefully this changeset will notice my +x to googlecode_upload.py)

Fixes #1217.

R=rsc
CC=golang-dev
https://golang.org/cl/2634041

lib/codereview/codereview.py
misc/dashboard/googlecode_upload.py [changed mode: 0644->0755]

index cc98b90d6e716d729b35e624487050ace1767f67..73c47d9993bcc9062236c109e4c11a67acefe8b0 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright 2007-2009 Google Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
old mode 100644 (file)
new mode 100755 (executable)
index d2d5f97..3b1d432
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 #
 # Copyright 2006, 2007 Google Inc. All Rights Reserved.
 # Author: danderson@google.com (David Anderson)