From 95b0c6d5aa17cccbc88ba9143ce8091d797c9e4d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 2 Jun 2018 13:53:17 +0200 Subject: [PATCH] lib.sh: update comment --- lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.sh b/lib.sh index 70be68d..aa46799 100644 --- a/lib.sh +++ b/lib.sh @@ -2,7 +2,7 @@ # # Their setup.sh script sources this file. -# Copyright (C) 2009-2014 Simon Ruderich +# Copyright (C) 2009-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ cmd_i() { # Usage: sed_i ... # -# sed -i is not compatible due to different implementations. See cmd_i. +# sed -i is not portable due to different implementations. See cmd_i. sed_i() { cmd_i sed "$@" } -- 2.43.2