Skip to content

Commit dea478e

Browse files
committed
format
1 parent ffb523a commit dea478e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ws_tool/lib/properties/dotfiles.bash

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ ws_df_dotfiles_fn_name() {
33
}
44

55
prop_ws_df_dotfiles() {
6-
# set -x
76
local fn
87
fn="$(ws_df_dotfiles_fn_name)"
98
if declare -f "$fn" &> /dev/null; then
@@ -87,8 +86,8 @@ dotfile_ln_check() {
8786
dest_actual="$(readlink -f "$dest")"
8887
if [[ "$dest_actual" == "$src" ]] ||
8988
[[ "$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
89+
# second condition is a mac thing, readlink w a temp dir
90+
# ends up in "/private..." in a surprising way
9291
return 0;
9392
else
9493
echo "error: expected '$dest' symlink to '$src', actual '$dest_actual'" 1>&2

0 commit comments

Comments
 (0)