diff options
| -rwxr-xr-x | update_sbtxt.pl | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/update_sbtxt.pl b/update_sbtxt.pl index 952d0c3..6abe285 100755 --- a/update_sbtxt.pl +++ b/update_sbtxt.pl @@ -1,7 +1,7 @@  #!/usr/bin/perl -w  ##### -# update_sbtext.pl +# update_sbtxt.pl  #####  ##### @@ -18,14 +18,14 @@  #####  # Description: -# Replacement for update_sbtext.sh. Does the same job but runs a good +# Replacement for update_sbtxt.sh. Does the same job but runs a good  # bit faster. -# Differences between update_sbtext.sh and update_sbtext.pl: +# Differences between update_sbtxt.sh and update_sbtxt.pl: -# 1. update_sbtext.pl is written in Perl (yeah, call me Captain Obvious). +# 1. update_sbtxt.pl is written in Perl (yeah, call me Captain Obvious). -# 2. update_sbtext.pl is approximaly 60 times as fast. With ~9400 builds +# 2. update_sbtxt.pl is approximaly 60 times as fast. With ~9400 builds  #    in the repo, the shell version ran in 15 minutes, and this one  #    runs in 15 *seconds*. @@ -180,7 +180,7 @@ sub parse_info {  		print "SLACKBUILD $_: " . get_info_value($file, \$content, $_) . "\n";  	} -	# N.B. update_sbtext.sh always puts 2 spaces after the : here, unless +	# N.B. update_sbtxt.sh always puts 2 spaces after the : here, unless  	# the script name has a + in it (e.g. wmweather+, atari++), in which  	# case it puts one space, and duplicates the package name. I consider  	# this a bug in the original script; here, there's always one space | 
