We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a3f56 commit ba19aa7Copy full SHA for ba19aa7
lib/git-subrepo
@@ -1796,7 +1796,7 @@ RUN() {
1796
1797
if [[ $rc -ne 0 ]]; then
1798
OK=false
1799
- $FAIL && error "Command failed: '$*'."
+ $FAIL && error "Command failed: '$*'.\n$out"
1800
fi
1801
output="$out"
1802
}
@@ -1854,7 +1854,7 @@ usage-error() {
1854
# Nicely report common error messages:
1855
error() {
1856
local msg="git-subrepo: $1" usage=
1857
- echo "$msg" >&2
+ echo -e "$msg" >&2
1858
exit 1
1859
1860
0 commit comments