[SCM] debian-live/autotesting branch, master, updated. 9c5143b50da2155314f60f09166d45a23b762492

Chris Lamb chris at chris-lamb.co.uk
Fri Aug 8 22:58:04 UTC 2008


The following commit has been merged in the master branch:
commit 9e5626949abb6c561df9d243267087408a9671b9
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Aug 8 23:04:28 2008 +0100

    Move to pure POSIX shell script shebangs.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/autotesting.sh b/autotesting.sh
index e8124eb..bb95509 100755
--- a/autotesting.sh
+++ b/autotesting.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Script to be run video-qemu-boot-iso.sh via cron job
 #
diff --git a/clean-old-files.sh b/clean-old-files.sh
index 88bad44..8ae054e 100755
--- a/clean-old-files.sh
+++ b/clean-old-files.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Remove old files
 find /home/autotesting/*/daily/ -not -type d -ctime +4 -print0     | xargs --null --no-run-if-empty rm -f
diff --git a/daily-cron-script.sh b/daily-cron-script.sh
index 2482c3d..c0d97e9 100755
--- a/daily-cron-script.sh
+++ b/daily-cron-script.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Neater then one long cron line
 #
diff --git a/local_build_debian-live.sh b/local_build_debian-live.sh
index fed6d9f..bc986de 100755
--- a/local_build_debian-live.sh
+++ b/local_build_debian-live.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Locally build a debian-live image.
 #  as crontab from root
diff --git a/run-batch-autotesting.sh b/run-batch-autotesting.sh
index 88bef7a..692fc7b 100755
--- a/run-batch-autotesting.sh
+++ b/run-batch-autotesting.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # run-batch-autotesting.sh                                #
 #                                                         #
diff --git a/video-qemu-booting-iso.sh b/video-qemu-booting-iso.sh
index c479dc6..c345414 100755
--- a/video-qemu-booting-iso.sh
+++ b/video-qemu-booting-iso.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # video-qemu-booting-iso.sh                               #
 #                                                         #

-- 
debian-live/autotesting



More information about the debian-live-changes mailing list