aboutsummaryrefslogtreecommitdiff
path: root/sboconfig
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-08-30 14:03:49 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-08-30 14:03:49 -0500
commit5ca399e0e9ab12063f15c4ab14443ba762877634 (patch)
treee4f47f487b7e9f8cbbcd63a8a52b28ece7d73f8d /sboconfig
parentdd031840dcb5d295b26b15ad7aac694b1d300072 (diff)
downloadsbotools2-5ca399e0e9ab12063f15c4ab14443ba762877634.tar.xz
bugfixes++
Diffstat (limited to 'sboconfig')
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index b5c1d6d..9c2682f 100755
--- a/sboconfig
+++ b/sboconfig
@@ -101,7 +101,7 @@ sub config_write ($$) {
my $has = 0;
my $regex = qr/\A\Q$key\E=/;
FIRST: for my $tmpline (@temp) {
- $has++, $tmpline = "$key=$val", last FIRST if $tmpline =~ $regex;;
+ $has++, $tmpline = "$key=$val", last FIRST if $tmpline =~ $regex;
}
untie @temp;
# otherwise, append our new $key=$value pair