From 97b4cfbb26c87a79f5cf74fd67781486616f4541 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 30 Oct 2009 14:50:03 +0100 Subject: *: wire up /var/run/abrt in a few more places Signed-off-by: Denys Vlasenko --- src/Daemon/abrt-debuginfo-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon/abrt-debuginfo-install') diff --git a/src/Daemon/abrt-debuginfo-install b/src/Daemon/abrt-debuginfo-install index 0bf174b..ba9f9a1 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" -- cgit