From c00ab4ae721f3a0e728f3e0c6b86640e56f1d48e Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Mon, 4 Jul 2016 17:58:38 +0200 Subject: ca-certificates: fix python call in shebang On ArchLinux, python defaults to python 3.5.2, which breaks the script. Fix it by calling /usr/bin/env python which uses /bin/python, a symlink to python2. Signed-off-by: Clemens Gruber Signed-off-by: Michael Olbrich --- scripts/certdata2pem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/certdata2pem.py b/scripts/certdata2pem.py index 04828944a..fe28a9677 100755 --- a/scripts/certdata2pem.py +++ b/scripts/certdata2pem.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # vim:set et sw=4: # # certdata2pem.py - splits certdata.txt into multiple files -- cgit v1.2.3