Remove redundant export of VERBOSE variable
authorDmitriy Nikiforov <d.nikiforov@partner.samsung.com>
Thu, 27 Jul 2017 14:42:07 +0000 (17:42 +0300)
committerMaria Guseva <m.guseva@samsung.com>
Mon, 14 Aug 2017 16:52:20 +0000 (19:52 +0300)
infra/build_targets.sh

index 9be4ed1..eb15dd8 100755 (executable)
@@ -85,7 +85,7 @@ function export_all {
 while [[ ${1} = -* ]]; do
     case ${1} in
         '-v'|'--verbose')
-            export VERBOSE=1
+            VERBOSE=1
             set -x
             shift
             ;;