]> err.no Git - dpkg/commitdiff
You guessed it, another typo fix
authorWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 14:31:11 +0000 (14:31 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 14:31:11 +0000 (14:31 +0000)
scripts/dpkg-buildpackage.sh

index 317991374b78e3e2ff7ffed9a4f7a62913eba23b..3e6eb44da004cb5022b96bc793d28b6f25c19bc5 100755 (executable)
@@ -147,7 +147,7 @@ else
 fi
 sversion=`echo "$version" | perl -pe 's/^\d+://'`
 pv="${package}_${sversion}"
-pva="${package}_${sversion}_${arch}
+pva="${package}_${sversion}_${arch}"
 
 signfile () {
        if test "$signinterface" = "gpg" ; then