TSG-9689: 适配Rocky Linux8.5系统

This commit is contained in:
刘学利
2022-02-23 03:28:22 +00:00
parent 36121a2e70
commit 1979c2dabd
5 changed files with 147 additions and 29 deletions

View File

@@ -0,0 +1,10 @@
diff --git a/src/htmlparser/generate_fsm.py b/src/htmlparser/generate_fsm.py
index 9106b96..3f1e535 100755
--- a/src/htmlparser/generate_fsm.py
+++ b/src/htmlparser/generate_fsm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# Copyright (c) 2008, Google Inc.
# All rights reserved.