]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- basename on spec
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Apr 2009 16:25:53 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fetchsrc_request -> 1.21

fetchsrc_request

index 41833996d56d40ed8bafa8700fac099fdf9a7e53..46e391138080887137d8799b8b196f33969b2c28 100644 (file)
@@ -44,7 +44,7 @@ if [ "$2" != "" ]; then
 else
        BRANCH="HEAD"
 fi
-SPEC="$1"
+SPEC="$(basename $1)"
 if [[ "$SPEC" != *.spec ]]; then
        SPEC="$SPEC.spec"
 fi
This page took 0.046822 seconds and 4 git commands to generate.