From 51ce438f7ff112dddbef79e795a54485f29e9c18 Mon Sep 17 00:00:00 2001 From: David Goetz Date: Thu, 24 Mar 2011 15:51:44 -0700 Subject: changing /usr/bin/python to /usr/bin/env python --- bin/swift-account-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/swift-account-server') diff --git a/bin/swift-account-server b/bin/swift-account-server index a4088fffb..6a1e459b7 100755 --- a/bin/swift-account-server +++ b/bin/swift-account-server @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (c) 2010-2011 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1