125 Star 0 Fork 7

src-openEuler/xorg-x11-drv-qxl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0002-Xspice-Adjust-shebang-to-explicitly-mention-python3.patch 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chenxi Mao 提交于 2023-01-28 06:58 . Upgrade version to 0.1.6
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Christophe Fergeau <cfergeau@redhat.com>
Date: Thu, 17 May 2018 15:31:05 +0200
Subject: [PATCH] Xspice: Adjust shebang to explicitly mention python3
---
scripts/Xspice | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Xspice b/scripts/Xspice
index 927dcb1..78d0794 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
"""
Xspice
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/xorg-x11-drv-qxl.git
git@gitee.com:src-openeuler/xorg-x11-drv-qxl.git
src-openeuler
xorg-x11-drv-qxl
xorg-x11-drv-qxl
master

搜索帮助