search for: sh_orig

Displaying 1 result from an estimated 1 matches for "sh_orig".

2007 Mar 21
4
Edit permissions and CD to DVD procedure
...DVD using the procedure and the referenced script mkdvdiso.sh (after fixing a syntax error) but attempts to use it to install die with a complaint about not being able to find the 2nd CD - at least for the C5 beta. Has anybody made this work? Phil ---- mkdvdiso.sh patch ---- # diff -u mkdvdiso.sh_orig mkdvdiso.sh --- mkdvdiso.sh_orig 2007-03-21 10:09:13.000000000 -0400 +++ mkdvdiso.sh 2007-03-05 13:22:05.000000000 -0500 @@ -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 ; echo $?` ]; then...