diff --git a/lib/git/fallback/status_shortcuts_shell.sh b/lib/git/fallback/status_shortcuts_shell.sh old mode 100644 new mode 100755 index 86c6694..e7cce4b --- a/lib/git/fallback/status_shortcuts_shell.sh +++ b/lib/git/fallback/status_shortcuts_shell.sh @@ -127,7 +127,7 @@ _gs_output_file_group() { if [ -z "$project_root" ]; then relative="${stat_file[$i]}" else - dest="$project_root/${stat_file[$i]}" + dest=$(readlink -f "$project_root/${stat_file[$i]}") local pwd=$(readlink -f "$PWD") relative="$(_gs_relative_path "$pwd" "$dest" )" fi