diff options
| author | Tharre <tharre3@gmail.com> | 2017-01-01 02:26:18 +0100 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2017-01-01 02:26:18 +0100 | 
| commit | 97449b4b6702f2a17fe73ec31e5149edb784cc49 (patch) | |
| tree | a9d489b4f97ff612612031d0e974f778a5af56e5 | |
| parent | db44f7f327c9a0cbf31c2571fa5ad0600a1c8bb5 (diff) | |
| download | dotfiles-97449b4b6702f2a17fe73ec31e5149edb784cc49.tar.gz dotfiles-97449b4b6702f2a17fe73ec31e5149edb784cc49.tar.xz dotfiles-97449b4b6702f2a17fe73ec31e5149edb784cc49.zip  | |
Remove useless -T ln flag from install.sh
| -rwxr-xr-x | install.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ else  	if [ ! -e "$target" ] || [ -L "$target" ]; then  		# target either doesn't exist or is a symbolic link and can thus be  		# safely replaced -		ln -sfT "$origin" "$target" +		ln -sf "$origin" "$target"  	elif [ -d "$target" ]; then  		# target is not a symbolic link, but a directory, thus we link  		# everything into that directory instead  | 
