u
This commit is contained in:
parent
3a8bfbe034
commit
5419787b84
@ -42,7 +42,7 @@ else
|
||||
homescriptlist=".emacs .emacs.lisp .bashrc .bash_profile .gitignore"
|
||||
for homescript in $homescriptlist
|
||||
do
|
||||
if [ -f $homescript ]
|
||||
if [ -e $homescript ] # .emacs.lisp is a folder! Therefore use -e instead of -f
|
||||
then
|
||||
mv $homescript $homescript.backup
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user