Date:2013-11-03 23:05:56 (10 years 4 months ago)
Author:Werner Almesberger
Commit:30676651ec1de48e81884b611d7ef5e9ea51c628
Message:cameo/fped2stl.pl: use "eq" for string equality, not "=="

Files: cameo/fped2stl.pl (1 diff)

Change Details

cameo/fped2stl.pl
6060
6161
6262while ($ARGV[0] =~ /^-/) {
63    if ($ARGV[0] == "-x") {
63    if ($ARGV[0] eq "-x") {
6464        $flip_x = 1;
65    } elsif ($ARGV[0] == "-y") {
65    } elsif ($ARGV[0] eq "-y") {
6666        $flip_y = 1;
6767    } elsif ($ARGV[0] =~ /^-[^0-9]/) {
6868        last;

Archive Download the corresponding diff file

Branches:
master



interactive