From 76e4828d04a677b99f269171757dc687a57ee457 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 27 May 2004 11:24:53 +0000 Subject: [PATCH] use ../src/swfc instead of $PATH/swfc. --- doc/codebeautifier.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/codebeautifier.pl b/doc/codebeautifier.pl index de76026..923c7b1 100644 --- a/doc/codebeautifier.pl +++ b/doc/codebeautifier.pl @@ -16,7 +16,7 @@ while() open(fi, ">tmp.sc");print fi $code;close(fi); print stderr "swfc tmp.sc ($name)\n"; - system("swfc tmp.sc >&2"); + system("../src/swfc tmp.sc >&2"); ($embed = `swfdump -e $name`) =~ /WIDTH="([^"]*)"/; $width = $1; print ""; -- 1.7.10.4