Restore set -e from install-fsautocomplete.sh

This commit is contained in:
Gihyeon Sung
2022-02-09 18:34:44 +09:00
committed by mattn
parent 657685f770
commit 57a71a8910

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
if command -v dotnet >/dev/null 2>&1; then
echo "dotnet installed"
dotnetcmd=dotnet