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