mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-17 15:50:11 +01:00
common: Rename print > return
This commit is contained in:
@@ -116,7 +116,7 @@ bastille_check_exit_code() {
|
||||
|
||||
# This needs to be the last function called
|
||||
# if used on any command
|
||||
bastille_print_exit_code() {
|
||||
bastille_return_exit_code() {
|
||||
|
||||
local exit_code="$(cat ${TMP_BASTILLE_EXIT_CODE})"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user