]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- fix diffcol
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Aug 2008 17:59:16 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.51

rpm-build.sh

index a1ae7bf0fe1e4a5b63a4de2dd650b5ac69be29e9..ab0cc1067e104e4db0f0583dc3c3240429d3ee11 100644 (file)
@@ -248,7 +248,7 @@ sed -e '
        s,      ,    ,g;
        s,\([^[:space:]]\)\([[:space:]]\+\)$,\1\e[41m\2\e[49m,g;
        s,$,\e[0m,
-' "$@"
+' ${1:+"$@"}
 }
 
 # chdir to file location and do 'cvs log'
This page took 0.03347 seconds and 4 git commands to generate.