From ce2f253857238b4ba8dbb776f7bae576357f7119 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 12 Nov 2014 21:29:27 +0100 Subject: [PATCH] Derp. --- astronaut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astronaut b/astronaut index ab00a12..e428267 100755 --- a/astronaut +++ b/astronaut @@ -57,7 +57,7 @@ fi satellite="$(realpath "$1")" if [ ! -f "$satellite" ]; then - exiterr "Houston, we have a problem: Can't find satellite file" + exiterr "Can't find satellite file" fi # Tools for the astronaut @@ -83,7 +83,7 @@ download() { checksum="$(mksum "$path")" if [ "$2" -a "$checksum" != "$2" ]; then msg "Checksum: $checksum" - exiterr "Houston, we have a problem: Checksum failed." + exiterr "Checksum failed" fi fi }