Skip to content

Commit

Permalink
improve the script to print installed files
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Dec 14, 2020
1 parent 79164cf commit b1caa09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/opam-coq-install-remove
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ while [ ! -z "$1" ]; do
RC=1;
FAILURES="$FAILURES $PKG_NAME_VERSION";
else
echo Installed files:
opam show "$PKG_NAME_VERSION" --list-files
SUCCESSES="$SUCCESSES $PKG_NAME_VERSION";
fi
echo Removing $PKG_NAME
Expand Down

0 comments on commit b1caa09

Please sign in to comment.