In Sat, 15 Dec 2001 21:24:49 -0700 Chris cum veritate scripsit : > Please check this syntax, I don't know if it's right! (Maybe it needs > quotes or something)
yes. > - if [ "$COMPONENTS" = "" ]; then > - error 1 "Malformed release file $m1/dists/$SUITE/Release" > + if [ "$COMPONENTS" = "" ]; then > + rm -f $m1/dists/$SUITE/Release rm -f "$m1/dists/$SUITE/Release" should be better. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]