Skip to content

Commit

Permalink
Fix command 'echo_file'.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Nov 28, 2022
1 parent bf43f57 commit 8e51f15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gmic_stdlib.gmic
Original file line number Diff line number Diff line change
Expand Up @@ -3551,7 +3551,8 @@ _display_warp : check "${1=15}>0"
#@cli : Output specified message, appending it to specified output file.
#@cli : (similar to 'echo' for specified output file stream).
echo_file : skip "${2='\n'}"
('"${2--1}\n"') ot. $1 rm.
l[] { it "$1" onfail 0 }
('"${2--1}\n"':y) a[-2,-1] y ot. $1 rm.

#@cli function1d : 0<=smoothness<=1,x0>=0,y0,x1>=0,y1,...,xn>=0,yn
#@cli : Insert continuous 1D function from specified list of keypoints (xk,yk)
Expand Down

0 comments on commit 8e51f15

Please sign in to comment.