]> git.ipfire.org Git - thirdparty/dracut.git/commit
don't prefer $TMPDIR over --tmpdir
authorDusty Mabe <dusty@dustymabe.com>
Fri, 13 Mar 2020 19:40:11 +0000 (15:40 -0400)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 16 Mar 2020 13:45:01 +0000 (14:45 +0100)
commit97a931c7d9f8190115893a932f2e10292704cae4
treebf37ad9e45df23e5ba5ad8e57f174302f19dd7a6
parent91418b13dc679947bb4d22ae6badcbf41b56c645
don't prefer $TMPDIR over --tmpdir

Ability to use `$TMPDIR` was introduced in bc1e69b but
causes the `--tmpdir` option on the command line to be
ignored. Switch to only using `$TMPDIR` if `--tmpdir`
wasn't specified.
dracut.sh