Skip to content

Commit 4c1b16f

Browse files
HoidbergMichael Perrotte
authored and
Michael Perrotte
committedDec 3, 2019
chore: Warn the user that it is uninstalling npm-install
PR-URL: #182 Credit: @Hoidberg Close: #182 Reviewed-by: @mikemimik
1 parent ae7afe5 commit 4c1b16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎scripts/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ if [ "x$0" = "xsh" ]; then
2323
if [ $ret -eq 0 ]; then
2424
(exit 0)
2525
else
26+
echo "Uninstalling npm-install-$$.sh" >&2
2627
rm npm-install-$$.sh
2728
echo "Failed to download script" >&2
2829
exit $ret
2930
fi
3031
sh npm-install-$$.sh
3132
ret=$?
33+
echo "Uninstalling npm-install-$$.sh" >&2
3234
rm npm-install-$$.sh
3335
exit $ret
3436
fi

0 commit comments

Comments
 (0)
Please sign in to comment.