View | Details | Raw Unified | Return to bug 228252
Collapse All | Expand All

(-)py-google-compute-engine-2.7.6-2/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	google-compute-engine
3
PORTNAME=	google-compute-engine
4
DISTVERSION=	2.7.6
4
DISTVERSION=	2.7.6
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)py-google-compute-engine-2.7.6-2/files/patch-google__compute__engine_metadata__scripts_script__executor.py (+11 lines)
Line 0 Link Here
1
--- google_compute_engine/metadata_scripts/script_executor.py.orig	2018-02-22 19:44:17 UTC
2
+++ google_compute_engine/metadata_scripts/script_executor.py
3
@@ -53,7 +53,7 @@ class ScriptExecutor(object):
4
     """
5
     process = subprocess.Popen(
6
         metadata_script, shell=True,
7
-        executable=constants.LOCALBASE + '/bin/bash',
8
+        executable='/bin/sh',
9
         stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
10
     while True:
11
       for line in iter(process.stdout.readline, b''):

Return to bug 228252