Skip to content

Commit 1b188b5

Browse files
authored
Update cbuild.sh
1 parent 862d82d commit 1b188b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ case "$1" in
5050
require "${CC:=cc}" ; require make ; require bison
5151
log "Using make to build \"$(basename "$BASE")\""
5252
make -j"$(nproc)" || log_error "Make command failed" && {
53-
mv ./a.out ./awk && log "Build process completed"
53+
mv ./a.out ./awk
5454
}
5555
;;
5656
"clean")

0 commit comments

Comments
 (0)