mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Quote string properly.
This commit is contained in:
parent
83378922d7
commit
049c75b6c0
@ -1,3 +1,8 @@
|
|||||||
|
1999-04-30 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
||||||
|
|
||||||
|
* extfs/deb.in (mcdebfs_run): Quote string properly, fix suggested
|
||||||
|
by debian mantainer
|
||||||
|
|
||||||
1999-04-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
1999-04-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
* extfs/uzip.in (nam): Handle new unzips.
|
* extfs/uzip.in (nam): Handle new unzips.
|
||||||
|
@ -148,7 +148,7 @@ sub mcdebfs_run
|
|||||||
{
|
{
|
||||||
$suffix = "aaa";
|
$suffix = "aaa";
|
||||||
while (1) {
|
while (1) {
|
||||||
$tmpdir = /tmp/mcdebfs.run.$$.$suffix;
|
$tmpdir = "/tmp/mcdebfs.run".$$.$suffix;
|
||||||
last if mkdir $tmpdir, 0700;
|
last if mkdir $tmpdir, 0700;
|
||||||
$suffix++;
|
$suffix++;
|
||||||
# Somebody is being really nasty, give up
|
# Somebody is being really nasty, give up
|
||||||
|
Loading…
Reference in New Issue
Block a user