#
# 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
# 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 "$@"
}