From 16698efd45b9187ffd42d390eaa85964b2ae01fa Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 3 Dec 1998 13:32:28 +0000 Subject: [PATCH] Fixed a recursive creation directory bug in wmaker.inst --- util/wmaker.inst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/wmaker.inst.in b/util/wmaker.inst.in index 1d158af7..b802955d 100644 --- a/util/wmaker.inst.in +++ b/util/wmaker.inst.in @@ -13,7 +13,7 @@ VERSION="#version#" BINDIR="#bindir#" make_dir() { - make_dir $1 + mkdir $1 chmod +rw $1 }