From fb7c549753de7a5579ed3400dd9f8ac71f7bf1b1 Mon Sep 17 00:00:00 2001 From: jottr Date: Tue, 1 Jan 2019 20:21:04 +0100 Subject: [PATCH] Respect users $PATH settings (#32) --- adb-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb-sync b/adb-sync index 3d7c0b1..3b4eaf6 100755 --- a/adb-sync +++ b/adb-sync @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright 2014 Google Inc. All rights reserved. #