]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- niech bedzie z shiftem
authorshadzik <shadzik@pld-linux.org>
Sat, 1 Jan 2011 19:58:33 +0000 (19:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4finddescs.sh -> 1.3

kde4finddescs.sh

index 5536d711da0004c5b89bb843e25fce4f7ce77b7c..44950e16375ceb74b709cb54f98c02be66a8d62b 100644 (file)
@@ -18,7 +18,8 @@ echo "Summary:        $1"
 echo "Group:          X11/Applications"
 echo ""
 echo "%description $1"
-echo "$*." |sed -e "s@^$1 @@"
+shift
+echo "$*."
 echo ""
 }
 
This page took 0.035723 seconds and 4 git commands to generate.