diff options
-rwxr-xr-x | patch_iso.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patch_iso.sh b/patch_iso.sh index b4863a8..6fe8f0c 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -40,6 +40,7 @@ if [[ ERROR -ne 0 ]]; then echo "Try running 'xcode-select --install'." else echo "Please consult your system's package manager." + fi exit 0 fi |