diff --git a/bin/steps/hooks/post_compile b/bin/steps/hooks/post_compile index 6010974acb24ed531a4a094e1eeee99fe7960cac..122e8af64f44111fe433ffb00f35c17f11b017c2 100644 --- a/bin/steps/hooks/post_compile +++ b/bin/steps/hooks/post_compile @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [ -f bin/post_compile]; then +if [ -f bin/post_compile ]; then source bin/post_compile fi \ No newline at end of file diff --git a/bin/steps/hooks/pre_compile b/bin/steps/hooks/pre_compile index 8fd1f44265f4c499dd00334de30563a41f7add90..a73d6bfa6be11ef99f3f9781447ea1f7f41092f4 100644 --- a/bin/steps/hooks/pre_compile +++ b/bin/steps/hooks/pre_compile @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [ -f bin/pre_compile]; then +if [ -f bin/pre_compile ]; then source bin/pre_compile fi \ No newline at end of file