From: martin f. krafft Date: Mon, 8 May 2017 09:41:48 +0000 (+0200) Subject: Clear the execute bits from scripts X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4859ec22f15e9db458f9f95d75fc2cd705ba91e7;p=irssi-scripts.irssi.org.git Clear the execute bits from scripts Irssi scripts don't get executed and so they don't need +x bits set. This patch removes them. Signed-off-by: martin f. krafft --- diff --git a/scripts/format_identify.pl b/scripts/format_identify.pl old mode 100755 new mode 100644 diff --git a/scripts/matterircd_complete.pl b/scripts/matterircd_complete.pl old mode 100755 new mode 100644 diff --git a/scripts/nicklist.pl b/scripts/nicklist.pl old mode 100755 new mode 100644 diff --git a/scripts/qchallengeauth.pl b/scripts/qchallengeauth.pl old mode 100755 new mode 100644 diff --git a/scripts/telegram-notify.pl b/scripts/telegram-notify.pl old mode 100755 new mode 100644 diff --git a/scripts/tinyurl.pl b/scripts/tinyurl.pl old mode 100755 new mode 100644