Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug fix in lesson build
credman committed Jan 20, 2023
1 parent d3988c3 commit 5424f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manualBuild.sh
@@ -9,7 +9,7 @@ if [ "$result" -ne 0 ]; then
fi

for lesson in ex101 ex201 ex401; do
pushd ex101
pushd $lesson
./manualBuild.sh
result=$?
if [ "$result" -ne 0 ]; then

0 comments on commit 5424f4d

Please sign in to comment.