1 Oct 2008 02:03
[PATCH] awsetbg: mkdir recursive
MATSUU Takuto <matsuu <at> gmail.com>
2008-10-01 00:03:59 GMT
2008-10-01 00:03:59 GMT
From: MATSUU Takuto <matsuu <at> gentoo.org>
---
utils/awsetbg | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utils/awsetbg b/utils/awsetbg
index 02fdc32..f4398d9 100755
--- a/utils/awsetbg
+++ b/utils/awsetbg
<at> <at> -152,7 +152,7 <at> <at> fi
# create directory and last wallpaper file
if [ ! -d "${CONFIG_DIR}" ]; then
- mkdir "${CONFIG_DIR}"
+ mkdir -p "${CONFIG_DIR}"
touch ${lastwallpaper}
fi
--
1.6.0.1
--
--
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.
RSS Feed