Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion framework/bin/bugsinpy-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cd "$work_dir/$project_name"
git reset --hard "$fix_commit"

###Copy updated files in the fixed version to temp
check_file=$(git show --name-only 2>&1)
check_file=$(git show --name-only --first-parent 2>&1)
change_file_all=""
while IFS= read -r line; do
if [ "$line" != "" ]; then
Expand Down