From 67724ab2c9bf4299db00937b75729f111d28e355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atakan=20=C3=96zceviz?= Date: Tue, 12 Mar 2019 14:19:52 +0100 Subject: [PATCH] Rearrange code order --- nupkg/pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nupkg/pack.sh b/nupkg/pack.sh index 62dff60c49..122bedcfba 100755 --- a/nupkg/pack.sh +++ b/nupkg/pack.sh @@ -1,6 +1,6 @@ #!/bin/bash -. ./common.sh set -eE +. ./common.sh # Rebuild all solutions for solution in "${solutions[@]}"