1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Fixed a recursive creation directory bug in wmaker.inst

This commit is contained in:
dan
1998-12-03 13:32:28 +00:00
parent abb778ab53
commit 16698efd45

View File

@@ -13,7 +13,7 @@ VERSION="#version#"
BINDIR="#bindir#"
make_dir() {
make_dir $1
mkdir $1
chmod +rw $1
}