From 0f23180b3469ef0fe1372bd3925d6260939899d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 5 May 2022 18:30:47 +0200 Subject: [PATCH] Fix used python for aursearch to use /usr/bin/env --- symlinks/bin/aursearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symlinks/bin/aursearch b/symlinks/bin/aursearch index ed93ce3..5320b0f 100755 --- a/symlinks/bin/aursearch +++ b/symlinks/bin/aursearch @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python import sys, json, urllib.parse, http.client, getopt