X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=lib.sh;fp=lib.sh;h=aa4679914e2c32aaf1ca33ab39fb32fac6b1c498;hp=70be68df0433531e27c5f7ab58e99bf8350a305e;hb=95b0c6d5aa17cccbc88ba9143ce8091d797c9e4d;hpb=cdae12dbda0cf0115c51c42990cddf4379d00a32 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 "$@" }