Skip to content

Commit 4d080cb

Browse files
author
Damian Rouson
committed
Corrected typo in setting of CMAKE environment variable in install.sh.
Signed-off-by: Damian Rouson <[email protected]>
1 parent c2a2c54 commit 4d080cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ find_or_install()
216216
else
217217
printf "no.\n"
218218
printf "$this_script: Using the $executable found in the PATH.\n"
219-
export CMAKE=$executbale
219+
export CMAKE=$executable
220220
stack_push acceptable_in_path $package $executable
221221
# Prevent recursion
222222
stack_push dependency_pkg "none"

0 commit comments

Comments
 (0)