diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-30 14:50:03 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-30 14:50:03 +0100 |
| commit | 97b4cfbb26c87a79f5cf74fd67781486616f4541 (patch) | |
| tree | 1ef45573c518aca4dad581caf28ff799c6a1af71 /src/Daemon/abrt-debuginfo-install | |
| parent | 174bd9604471cc5b5ef940457b11fe0adcc39739 (diff) | |
| download | abrt-97b4cfbb26c87a79f5cf74fd67781486616f4541.tar.gz abrt-97b4cfbb26c87a79f5cf74fd67781486616f4541.tar.xz abrt-97b4cfbb26c87a79f5cf74fd67781486616f4541.zip | |
*: wire up /var/run/abrt in a few more places
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/abrt-debuginfo-install')
| -rwxr-xr-x | src/Daemon/abrt-debuginfo-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/abrt-debuginfo-install b/src/Daemon/abrt-debuginfo-install index 0bf174b2..ba9f9a1a 100755 --- a/src/Daemon/abrt-debuginfo-install +++ b/src/Daemon/abrt-debuginfo-install @@ -71,7 +71,7 @@ test x"$cachedir" = x"" || test -d "$cachedir" || exit 2 # tempdir must not exist test -e "$tempdir" && exit 2 -mkdir "$tempdir" || exit 2 +mkdir -- "$tempdir" || exit 2 cd "$tempdir" || exit 2 $debug && echo "Installing rpms to $tempdir" |
