1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00

fix error message in ea

This commit is contained in:
Connor Olding 2024-02-23 22:32:25 -08:00
parent c7603653b0
commit 82a2f04042

2
sh/ea
View File

@ -42,7 +42,7 @@ ea() { ### @- **TODO:** document.
return;;
*)
printf 'unknown subcommand: %s\n' "$1" >&2
printf 'unknown subcommand: %s\n' "$cmd" >&2
return 2;;
esac
}