commit 83d1fc18edf39ee62d787c6fe424afa4ac7a8f6f
parent 12269cf14adb0694bf96eb88f921391bc046db23
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 12 Jun 2020 02:39:12 -0400
Remove check for ed from publish script
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/publish b/publish
@@ -28,10 +28,6 @@ if [ ! -x "$(command -v rsync)" ]; then
echo "rsync is needed but was not found."
exit 1
fi
-if [ ! -x "$(command -v ed)" ]; then
- echo "ed is needed but was not found."
- exit 1
-fi
if [ -x "$(command -v nvim)" ]; then
vim_ver="nvim"
elif [ ! -x "$(command -v vim)" ]; then