From aefa727ebf13c5d1616751ca7d8036431933a876 Mon Sep 17 00:00:00 2001 From: Davide Laezza Date: Sat, 5 May 2018 09:42:34 +0200 Subject: /bin/env has been moved to /usr/bin/env, as in the installation script --- move-to-next-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move-to-next-monitor b/move-to-next-monitor index a8e4929..d699bd1 100755 --- a/move-to-next-monitor +++ b/move-to-next-monitor @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python import subprocess import re -- cgit