diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-15 08:32:23 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-15 08:39:39 -0500 |
commit | 8b5530be21a8e28e3e2c1b9917ca3645fbd13398 (patch) | |
tree | 8f8eee3c3e94dfdf60c025fd1fd2308738ef7341 /createdirs.sh | |
parent | 801a63d7edbb098fdf4fa384366ba91e39845c07 (diff) |
Create fail and success functions and remove trailing white spaces at ends of lines.
Diffstat (limited to 'createdirs.sh')
-rw-r--r-- | createdirs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createdirs.sh b/createdirs.sh index 2c6f7c5..17bf26a 100644 --- a/createdirs.sh +++ b/createdirs.sh @@ -80,7 +80,7 @@ else { sudo install -v -d -m 1777 var/tmp } >"${LFS}"/sources/createdirs.log 2>&1 - printf "%b" " ${IGRN}OK${RST}\n" + success "OK" touch sources/createdirs fi |