From 68e18c3805f690379646ee22d6f5adb980adbbb1 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Thu, 19 Apr 2001 14:20:13 +0000 Subject: [PATCH] Add missing comma --- scripts/dpkg-architecture.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 75130d94..741a2f61 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -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 { -- 2.39.5