From 1dd0fa84fbc24f121962a105ed8a01987775e8c8 Mon Sep 17 00:00:00 2001 From: mapopa Date: Sun, 29 Mar 2015 19:25:49 +0000 Subject: [PATCH] Cleanup editors battle comment --- builds/install/posix-common/posixLibrary.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/builds/install/posix-common/posixLibrary.sh.in b/builds/install/posix-common/posixLibrary.sh.in index 776f6ac684..b9b2f50e24 100644 --- a/builds/install/posix-common/posixLibrary.sh.in +++ b/builds/install/posix-common/posixLibrary.sh.in @@ -371,8 +371,6 @@ replaceLineInFile() { #------------------------------------------------------------------------ # "edit" file $1 - replace line starting from $2 with $3 -# This should stop ed/ex/vim/"what else editor" battle. -# I hope awk is present in any posix system? AP. editFile() { FileName=$1