mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
6b4634746a
commit
5c6bd0eb6f
1 changed files with 2 additions and 1 deletions
3
cc.sh
3
cc.sh
|
@ -36,7 +36,8 @@ if [[ -d ".git" ]] && hash git &>/dev/null; then
|
|||
git pull || true
|
||||
fi
|
||||
|
||||
if [[ ! -f "${PROJECT}.sln" ]]; then
|
||||
if [[ ! -f "$SOLUTION" ]]; then
|
||||
echo "ERROR: $SOLUTION could not be found!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue