1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 08:19:03 -08: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
}