Skip to content

Commit

Permalink
fixed newline issue in shunpo_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
egurapha committed Feb 1, 2025
1 parent c3f3743 commit 3968d06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
)
for func_definition in ''${functions[@]}; do
echo "$func_definition" >> "$SHUNPO_CMD"
echo -n "$func_definition" >> "$SHUNPO_CMD"
echo >> "$SHUNPO_CMD"
done
# Store scripts in SCRIPTS_DIR.
Expand Down

0 comments on commit 3968d06

Please sign in to comment.