From 1d9a7dcf475f9638bb27b973611aa42e739a8f5d Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 4 Mar 2016 15:31:56 +0000 Subject: [PATCH] Add missing shebang in ``scripts/update_api.py``. The script was already marked as executable but it wasn't possible to execute from a shell due to the missing shebang. --- scripts/update_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update_api.py b/scripts/update_api.py index 9358ec6dd..d5cc92a7f 100755 --- a/scripts/update_api.py +++ b/scripts/update_api.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python ############################################ # Copyright (c) 2012 Microsoft Corporation #