Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
aa71d04d
Kaydet (Commit)
aa71d04d
authored
May 03, 2010
tarafından
Hans-Joachim Lankenau
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ause119: #i111342# add random to workfiles
üst
f3039976
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
mhids.pl
solenv/bin/mhids.pl
+4
-2
No files found.
solenv/bin/mhids.pl
Dosyayı görüntüle @
aa71d04d
...
...
@@ -155,7 +155,9 @@ $filebase =~ s/\..*?$//;
# now stript it to something that doesn't togger vista execution prevention :(
$flbs
=
$filebase
;
$flbs
=~
s/[aeiou]//g
;
$workfile
=
"$tmpdir/${flbs}_"
.
$$
;
# call srand ony once per script!
srand
();
$workfile
=
"$tmpdir/${flbs}_"
.
$$
.
rand
();
#$workfile =~ s/setup/set_up/;
# now get $workfile ready for shell usage...
...
...
@@ -171,7 +173,7 @@ unlink "$workfile.obj";
if
(
-
f
"$workfile.hid"
)
{
unlink
"$workfile.hid"
or
die
"ERRROR - cannot remove $workfile.hid\n"
;
;
unlink
"$workfile.hid"
or
die
"ERRROR - cannot remove $workfile.hid\n"
;
}
# hack to quit for files which cannot be handled
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment