]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 Nov 2010 07:51:03 +0000 (07:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    repackage.sh -> 1.33

repackage.sh

index 2a4d834519d934727c72576c99171132ec3e4b04..6d9b38ad564428fc3d42f24ff779536cc19a7098 100644 (file)
@@ -98,7 +98,7 @@ if [ $# = 0 ]; then
 else
        # $1 must be spec, ensure it has .spec ext
        spec=$1; shift
-       set -- ${spec#.spec}.spec "$@"
+       set -- ${spec%.spec}.spec "$@"
 fi
 
 tmp=$(specdump "$@" | awk '$2 == "_target_cpu" {print $3}')
This page took 0.026857 seconds and 4 git commands to generate.