diff options
-rwxr-xr-x | qf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ function qf_wiggle_push fi for file in $conflict_files ; do - echo wiggling in ${file%.rej}: + echo wiggling in ${file%.rej}... #cat $file rm -f ${file%.rej}.porig wiggle -r ${file%.rej} $file || true |