diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ maintenance: ruby else \ echo ; \ echo '-----------------------------------------------------------------'; \ - echo 'Error: unrecognized modifications in the repository'; \ + echo 'Error: unrecognized modifications in the repository:'; \ + echo "$$git_status"; \ echo '-----------------------------------------------------------------'; \ exit 1; \ fi |