From c6cd50379e2a5ebf61fa62f34af3baf580c528c2 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Tue, 18 Nov 2014 07:23:26 -0500 Subject: [PATCH] exit before pinf --- Scripts/genassets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/genassets b/Scripts/genassets index b574250c..01565578 100755 --- a/Scripts/genassets +++ b/Scripts/genassets @@ -68,8 +68,8 @@ exit done <<< "$niftyNinePatch" fnip else - pinf '%s -> %s' "${src##*/}" "${dst##*/}" exit + pinf '%s -> %s' "${src##*/}" "${dst##*/}" cp "$src" "$dst" fnip fi