Fix symbolic-link script
This commit is contained in:
parent
111b504e25
commit
40b663b0ea
|
@ -24,5 +24,6 @@ fi
|
||||||
|
|
||||||
if [[ $3 ]]; then expand_symlinks=$3; else expand_symlinks=0; fi
|
if [[ $3 ]]; then expand_symlinks=$3; else expand_symlinks=0; fi
|
||||||
|
|
||||||
|
overwrite_existing=0
|
||||||
confirm_link=0
|
confirm_link=0
|
||||||
link_file "$source_path" "$dest_path" $confirm_link $expand_symlinks
|
make_link "$source_path" "$dest_path" $expand_symlinks $overwrite_existing $confirm_link
|
||||||
|
|
1
install
1
install
|
@ -15,7 +15,6 @@ source "script_helpers/platform.sh"
|
||||||
source "script_helpers/file_ops.sh"
|
source "script_helpers/file_ops.sh"
|
||||||
|
|
||||||
dotfiles_dir=$PWD
|
dotfiles_dir=$PWD
|
||||||
confirm_link=0
|
|
||||||
os_is_windows is_windows
|
os_is_windows is_windows
|
||||||
os_is_macos is_macos
|
os_is_macos is_macos
|
||||||
os_is_linux is_linux
|
os_is_linux is_linux
|
||||||
|
|
Loading…
Reference in New Issue
Block a user