From: Joerg Jaspert <joerg@debian.org>
Date: Sun, 27 Mar 2011 07:50:22 +0000 (+0200)
Subject: holy fuck goddamn lunatics
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6d89893bfa2e97a5d3e3316b1eebd0273de85d6f;p=dak.git

holy fuck goddamn lunatics

whoever had the fuck broken stupid idea of making dash the default
/bin/sh should be shot. fucking stupid damn lunatics, go die you
suckers. or use windows. whatever. LEAVE THE WORLD SANE. stupid bitches.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---

diff --git a/config/backports/cron.hourly b/config/backports/cron.hourly
index 4e1c904e..f973606e 100755
--- a/config/backports/cron.hourly
+++ b/config/backports/cron.hourly
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 #
 # Executed hourly via cron, out of dak's crontab.
 
diff --git a/config/debian/cron.daily b/config/debian/cron.daily
index 0abaa940..a96f6c57 100755
--- a/config/debian/cron.daily
+++ b/config/debian/cron.daily
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/bash
 #
 # Run daily via cron, out of dak's crontab.
 
diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly
index aef24c09..6c28e21c 100755
--- a/config/debian/cron.hourly
+++ b/config/debian/cron.hourly
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 #
 # Executed hourly via cron, out of dak's crontab.
 
diff --git a/config/debian/cron.monthly b/config/debian/cron.monthly
index 685a1939..980cb6d6 100755
--- a/config/debian/cron.monthly
+++ b/config/debian/cron.monthly
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/bash
 #
 # Run at the beginning of the month via cron, out of dak's crontab.