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:
@@ -13,7 +13,7 @@ VERSION="#version#"
|
||||
BINDIR="#bindir#"
|
||||
|
||||
make_dir() {
|
||||
make_dir $1
|
||||
mkdir $1
|
||||
chmod +rw $1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user