Skip to content

Commit

Permalink
Fix newline output in mgd update script (#4447)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm authored Nov 7, 2023
1 parent fadecf7 commit 1264772
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 1264772

Please sign in to comment.