]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lib.sh: update comment
authorSimon Ruderich <simon@ruderich.org>
Sat, 2 Jun 2018 11:53:17 +0000 (13:53 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 2 Jun 2018 11:53:17 +0000 (13:53 +0200)
lib.sh

diff --git a/lib.sh b/lib.sh
index 70be68df0433531e27c5f7ab58e99bf8350a305e..aa4679914e2c32aaf1ca33ab39fb32fac6b1c498 100644 (file)
--- 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 ... <file>
 #
-# 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 "$@"
 }