]> err.no Git - dpkg/commitdiff
Add missing comma
authorWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 14:20:13 +0000 (14:20 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 14:20:13 +0000 (14:20 +0000)
scripts/dpkg-architecture.pl

index 75130d94034bbcf1dd765d4561ecc465bb2c56d2..741a2f61855c4288cc243500e4a4504cba5aa1e1 100755 (executable)
@@ -62,7 +62,7 @@ require 'controllib.pl';
            'hurd-i386', 'i386-gnu',
            's390',      's390-linux',
            'ia64',      'ia64-linux',
-           'openbsd-i386', 'i386-openbsd'
+           'openbsd-i386', 'i386-openbsd',
            'freebsd-i386', 'i386-freebsd');
 
 sub usageversion {