mirror of
https://github.com/notwa/rc
synced 2024-11-05 00:19:02 -08:00
fix embarrassing typo
This commit is contained in:
parent
96afda016d
commit
daae1412d0
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -160,7 +160,7 @@ fi
|
|||
|
||||
# delete any directory structure that may have been included with the OS.
|
||||
for d in bin Desktop Documents Downloads Music Pictures Public Templates Video Videos; do
|
||||
! [ -d "$d" ] || rmdir "$f"
|
||||
! [ -d "$d" ] || rmdir "$d"
|
||||
done
|
||||
|
||||
# create instead my preferred directory structure.
|
||||
|
|
Loading…
Reference in a new issue