Skip to content

Commit aae52b3

Browse files
committed
code cleanup
1 parent 5980c69 commit aae52b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.PL

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ eval {
147147
};
148148
WriteAll;
149149

150-
##################################
151-
my $uname = `uname -s`; chomp($uname);
152150
##################################
153151
# patch our makefile
154152
print `./script/thruk_patch_makefile.pl`;
@@ -168,6 +166,8 @@ if($? != 0) {
168166
die("failed to build themes");
169167
}
170168

169+
##################################
170+
my $uname = `uname -s`; chomp($uname);
171171
if($uname eq 'Linux') {
172172
print `./script/thruk_set_standard_header`;
173173
if($? != 0) {

0 commit comments

Comments
 (0)