SPECS: fetchsrc_request - drop perl dep

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


Author: glen                         Date: Thu Oct 19 10:14:33 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop perl dep

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

---- Diffs:

================================================================
Index: SPECS/fetchsrc_request
diff -u SPECS/fetchsrc_request:1.15 SPECS/fetchsrc_request:1.16
--- SPECS/fetchsrc_request:1.15	Thu Oct 19 12:12:32 2006
+++ SPECS/fetchsrc_request	Thu Oct 19 12:14:28 2006
@@ -11,7 +11,8 @@
 DMAIL="distfiles at pld-linux.org"
 #
 # CVS LOGIN or fill it by hand :)
-LOGIN=`cat CVS/Root | awk -F: '{ print $3; }' | perl -pi -e "s/@.+//"`
+tmp=$(awk -F: '{ print $3; }' CVS/Root)
+LOGIN=${tmp%@*}
 #LOGIN="djrzulf"
 #
 # HOST
================================================================

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



More information about the pld-cvs-commit mailing list