We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb523a commit dea478eCopy full SHA for dea478e
ws_tool/lib/properties/dotfiles.bash
@@ -3,7 +3,6 @@ ws_df_dotfiles_fn_name() {
3
}
4
5
prop_ws_df_dotfiles() {
6
- # set -x
7
local fn
8
fn="$(ws_df_dotfiles_fn_name)"
9
if declare -f "$fn" &> /dev/null; then
@@ -87,8 +86,8 @@ dotfile_ln_check() {
87
86
dest_actual="$(readlink -f "$dest")"
88
if [[ "$dest_actual" == "$src" ]] ||
89
[[ "$dest_actual" != "$(readlink -f "$src")" ]]; then
90
- # second condition is a mac thing, readlink w a temp dir
91
- # ends up in "/private..." in a surprising way
+ # second condition is a mac thing, readlink w a temp dir
+ # ends up in "/private..." in a surprising way
92
return 0;
93
else
94
echo "error: expected '$dest' symlink to '$src', actual '$dest_actual'" 1>&2
0 commit comments