From: kramm Date: Thu, 27 May 2004 11:24:53 +0000 (+0000) Subject: use ../src/swfc instead of $PATH/swfc. X-Git-Tag: release-0-6-0~184 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=76e4828d04a677b99f269171757dc687a57ee457 use ../src/swfc instead of $PATH/swfc. --- 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 "";