projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6b769
)
extrahd: fix uuid emtpy string check.
author
Arne Fitzenreiter
<arne_f@ipfire.org>
Thu, 21 Apr 2011 09:08:14 +0000
(11:08 +0200)
committer
Arne Fitzenreiter
<arne_f@ipfire.org>
Thu, 21 Apr 2011 09:08:14 +0000
(11:08 +0200)
html/cgi-bin/extrahd.cgi
patch
|
blob
|
blame
|
history
diff --git
a/html/cgi-bin/extrahd.cgi
b/html/cgi-bin/extrahd.cgi
index
fa12dbe
..
3bb6afd
100644
(file)
--- a/
html/cgi-bin/extrahd.cgi
+++ b/
html/cgi-bin/extrahd.cgi
@@
-202,7
+202,7
@@
END
foreach $partitionentry (sort @partitions)
{
@partitionline = split( /\;/, $partitionentry );
- if (( "$partitionline[0]" =~ /^$scanline[0]/ ) && !( "$partitionline[2]"
==
"" )) {
+ if (( "$partitionline[0]" =~ /^$scanline[0]/ ) && !( "$partitionline[2]"
eq
"" )) {
$size = int($partitionline[1] / 1024);
print <<END
<form method='post' action='$ENV{'SCRIPT_NAME'}'>