Quote string properly.

This commit is contained in:
Pavel Machek 1999-04-30 14:39:28 +00:00
parent 83378922d7
commit 049c75b6c0
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* extfs/uzip.in (nam): Handle new unzips.

View File

@ -148,7 +148,7 @@ sub mcdebfs_run
{
$suffix = "aaa";
while (1) {
$tmpdir = /tmp/mcdebfs.run.$$.$suffix;
$tmpdir = "/tmp/mcdebfs.run".$$.$suffix;
last if mkdir $tmpdir, 0700;
$suffix++;
# Somebody is being really nasty, give up