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 fdedd68 commit 4997342Copy full SHA for 4997342
stdlib-install.sh
@@ -14,10 +14,10 @@ logHappy() {
14
# Pick the Agda executable to analyse
15
# unless the caller has specified one
16
if [ -z ${AGDA_EXEC-} ]; then
17
- read -p "What's the name of your Agda executable (default: agda)? " AGDA_EXEC
18
- if [ -z "$AGDA_EXEC" ]; then
19
- AGDA_EXEC=agda
20
- fi
+ read -p "What's the name of your Agda executable (default: agda)? " AGDA_EXEC
+ if [ -z "$AGDA_EXEC" ]; then
+ AGDA_EXEC=agda
+ fi
21
fi
22
23
# Double check that the command exists
0 commit comments