[CentOS-devel] Small patch for build/mkdvdiso.sh

John Allen john.allen at dublinux.net
Sat Apr 9 17:06:49 UTC 2005


--- build/mkdvdiso.sh.orig      2005-04-09 18:03:56.000000000 +0100
+++ build/mkdvdiso.sh   2005-04-09 18:04:12.000000000 +0100
@@ -33,7 +33,7 @@
 mkdir -p $LOOP
 mkdir -p $DVD

-if [ !`ls $1/*.iso 2>&1>/dev/null ; echo $?` ]; then
+if [ !`ls $1/*.iso > /dev/null 2>&1; echo $?` ]; then
        echo "Found ISO CD images..."
        CDS=`expr 0`
        DISKS="1"

-- 
John Allen,                          mailto:john.allen at dublinux.net
MandrakeClub Silver Member.          http://www.dublinux.net

Site of the day: http://www.kde.ie/

Mandrakelinux release 10.2 (Cooker) for i586, kernel 2.6.11-6mdk
 18:06:09 up  5:42,  5 users,  load average: 0.06, 0.06, 0.06



More information about the CentOS-devel mailing list