Skip to content

Commit

Permalink
Update script.sh
Browse files Browse the repository at this point in the history
Change -n to -e as we do want echo to have a newline at the end.
  • Loading branch information
Tylerjet authored Sep 16, 2024
1 parent caececd commit cda700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ "$debug_output" = true ]; then
# Debug output: Show last command
begin_debug_line
if [[ "$SHELL" == */bash* ]]; then
echo -n "Command: $0 $args"
echo -e "Command: $0 $args"
fi
end_debug_line

Expand Down

0 comments on commit cda700a

Please sign in to comment.