From 8d07ae7ef1ede1927681911659ce8e9f2c8a7c7e Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 11 Feb 2025 21:37:49 +0530 Subject: [PATCH] meson: Fix typo in comment about python shebang --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 484e7e8ed..7e9868b1b 100644 --- a/meson.build +++ b/meson.build @@ -2490,7 +2490,7 @@ python = import('python').find_installation() # Sets the shebang on script files. This has been changed many times including # using env, the absolute path to the Python executable, and using both python # and python3 names. Please review the history here, prior to suggesting -# further changes: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/439 +# further changes: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4391 python_shebang = '/usr/bin/env python3' python_version = python.language_version()