Skip to content

Commit

Permalink
flag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Sep 21, 2023
1 parent ba8cf63 commit a575f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/mkctx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ for i in $(list_txt) ; do
echo -e "private string get_$i(){"
echo -e " return \""
cat src/shcode/$i.sh | sed 's/\\/\\\\/g;s/"/\\"/g'
echo -e "\n\".strip();"
echo -e "\n\";"
echo -e "}"
done >> ctx.vala

0 comments on commit a575f07

Please sign in to comment.