Skip to content

Commit

Permalink
Fix newline output in mgd update script
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Nov 6, 2023
1 parent 5b50777 commit a02f1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_maghemite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function update_mgd {
fi
echo "Updating Maghemite mgd from: $TARGET_COMMIT"
set -x
echo "$OUTPUT\n$OUTPUT_LINUX" > $MGD_PATH
printf "$OUTPUT\n$OUTPUT_LINUX" > $MGD_PATH
set +x
}

Expand Down

0 comments on commit a02f1e6

Please sign in to comment.