diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-08 17:18:22 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-08 17:18:22 +0200 |
commit | 8487a3f1128e6818e76c733a99d739829f97799f (patch) | |
tree | 25e0e07f73f9e6b1e1e3eac9acbedb330f69efa6 | |
parent | 8460fdcb99bbe873206f221a80d6f66764f5688e (diff) | |
download | arching-kaos-tools-8487a3f1128e6818e76c733a99d739829f97799f.tar.gz arching-kaos-tools-8487a3f1128e6818e76c733a99d739829f97799f.tar.bz2 arching-kaos-tools-8487a3f1128e6818e76c733a99d739829f97799f.zip |
Fix: Not sourced dependency
-rwxr-xr-x | lib/_ak_fm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### +source $AK_LIBDIR/_ak_script + function _ak_fm_remove_line_from_file(){ tempfile="$(_ak_make_temp_file)" if [ ! -f "$2" ] |