9c58265122
Removed the mksh patch since it was purely adding a feature that isn't related to void, hasn't been accepted by upstream (yet?), and that the correctness of which is unclear. I also don't use mksh and have no way to ensure the patch is still good or remains good in the future. See: https://midnight-commander.org/ticket/3748
13 lines
297 B
Diff
13 lines
297 B
Diff
Fix interpreter line, which https://github.com/MidnightCommander/mc/commit/ea6bd1866e7de2f2db6291bed75e7c2398b9eda4
|
|
somehow didn't include
|
|
|
|
--
|
|
|
|
--- a/src/vfs/extfs/helpers/s3+.in
|
|
+++ b/src/vfs/extfs/helpers/s3+.in
|
|
@@ -1,4 +1,4 @@
|
|
-#! @PYTHON@
|
|
+#! /usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
#
|