oops forgot to print s expression to stdout

This commit is contained in:
speedie 2023-02-04 12:42:49 +01:00
parent 0cab0629dc
commit fb4823bea1

View file

@ -22,3 +22,4 @@ OP="$(MENU_DATA | "$RUNLAUNCHER" -g 1 -l 40 -p 'Enter an S expression:')"
# write expression
printf "%s\n" "$OP" >> "$CUSTOM_HISTFILE"
printf "%s\n" "$OP"