dl_cleanup.py is a python2 script. Some distributions, such as Gentoo, have 
moved to python3 as the default python implementation, generating an error.

Signed-off-by: Ian Leonard <antonla...@gmail.com>
---
 scripts/dl_cleanup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py
index 2d6895e..720c0db 100755
--- a/scripts/dl_cleanup.py
+++ b/scripts/dl_cleanup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 """
 # OpenWRT download directory cleanup utility.
 # Delete all but the very last version of the program tarballs.
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to