From 4e52c8fe1cc0eaf45a840aed74a0b7b4b2bcebd9 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 26 May 2016 20:39:58 -0700 Subject: [PATCH] Fix test command. --- scripts/t-shirt-label-print.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/t-shirt-label-print.plx b/scripts/t-shirt-label-print.plx index 20b423d..2072623 100644 --- a/scripts/t-shirt-label-print.plx +++ b/scripts/t-shirt-label-print.plx @@ -155,6 +155,6 @@ close LABELS; ############################################################################### # # Local variables: -# compile-command: "perl -c send-t-shirts.plx" +# compile-command: "perl -c t-shirts-label-print.plx" # End: