SPECS: fetchsrc_request - trailing space cleanup

glen glen at pld-linux.org
Thu Oct 19 12:12:37 CEST 2006


Author: glen                         Date: Thu Oct 19 10:12:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- trailing space cleanup

---- Files affected:
SPECS:
   fetchsrc_request (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/fetchsrc_request
diff -u SPECS/fetchsrc_request:1.14 SPECS/fetchsrc_request:1.15
--- SPECS/fetchsrc_request:1.14	Thu May 18 22:02:44 2006
+++ SPECS/fetchsrc_request	Thu Oct 19 12:12:32 2006
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $Id$
 #
-# Sending via 
+# Sending via
 VIA="SENDMAIL"
 #VIA="localhost"
 VIA_ARGS=""
@@ -45,10 +45,10 @@
 
 if [ "$VIA" = "SENDMAIL" ]; then
 	echo >&2 "Requesting $SPEC:$BRANCH via sendmail${VIA_ARGS:+ ($VIA_ARGS)}"
-	cat <<EOF | /usr/sbin/sendmail -t $VIA_ARGS 
+	cat <<EOF | /usr/sbin/sendmail -t $VIA_ARGS
 To: $DMAIL
 From: $LOGIN <$LOGIN@$HOST>
-Subject: fetchsrc_request notify 
+Subject: fetchsrc_request notify
 X-CVS-Module: SPECS
 X-distfiles-request: yes
 X-Login: $LOGIN
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fetchsrc_request?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list