Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37825755
en ru br
ALT Linux repos
S:4.3.0-alt1
5.0: 5119-alt1
4.1: 5119-alt1
3.0: 2.4.0-alt1

Group :: Development/C
RPM: sdcc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: sdcc-4.1.0-alt.patch
Download


 support/scripts/as2gbmap.py | 2 +-
 support/valdiag/valdiag.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/scripts/as2gbmap.py b/support/scripts/as2gbmap.py
index 2ab5cde..fd3ec2d 100644
--- a/support/scripts/as2gbmap.py
+++ b/support/scripts/as2gbmap.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # as2gbmap - asxxxx to gb map file converter
 #
diff --git a/support/valdiag/valdiag.py b/support/valdiag/valdiag.py
index 41fa7df..1551cb0 100644
--- a/support/valdiag/valdiag.py
+++ b/support/valdiag/valdiag.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 #---------------------------------------------------------------------------
 #  valdiag.py - Validate diagnostic messages from SDCC/GCC
 #	  Written By -  Erik Petrich . epetrich@users.sourceforge.net (2003)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin