@kreyren: It requires a separate file that has the necessary technique for determining if an environment variable is present or not before proceeding directly to the main procedure.
@kreyren: It requires a separate file that has the necessary technique for determining if an environment variable is present or not before proceeding directly to the main procedure.
Ghost
marked the pull request as ready for review 2021-11-30 07:42:50 +01:00
@kreyren: It requires a separate file that has the necessary technique for determining if an environment variable is present or not before proceeding directly to the main procedure.
Do whatever you think is the optimal solution i rewrite it after you if needed
> @kreyren: It requires a separate file that has the necessary technique for determining if an environment variable is present or not before proceeding directly to the main procedure.
Do whatever you think is the optimal solution i rewrite it after you if needed
kreyren
approved these changes 2021-11-30 08:03:46 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Signed-off-by: molese molese@protonmail.com
@kreyren: It requires a separate file that has the necessary technique for determining if an environment variable is present or not before proceeding directly to the main procedure.
Do whatever you think is the optimal solution i rewrite it after you if needed
@@ -9,2 +9,3 @@;; function to print error if environment variable 'HOSTNAME' is not set or if it's value is empty;; function to throw error if environment variable 'HOSTNAME' is not set; or if it's value is emptydon't split things across multiple lines
@@ -11,3 +12,3 @@;; FIXME-QA(Molese): Needs test(define system-hostname-check (lambda ()(if (not (system-hostname-set?))(if (eq nil (getenv "HOSTNAME"))(if (empty? (getenv "HOSTNAME"... ?