[Asterisk-code-review] CI: Do not `mkdir 2`. (asterisk[16])

Corey Farrell asteriskteam at digium.com
Wed Jul 25 09:07:46 CDT 2018


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/9672


Change subject: CI: Do not `mkdir 2`.
......................................................................

CI: Do not `mkdir 2`.

Change-Id: Ib7377d26a6c98b38bad463f47c84f1875ac84eb7
---
M tests/CI/buildAsterisk.sh
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/9672/1

diff --git a/tests/CI/buildAsterisk.sh b/tests/CI/buildAsterisk.sh
index 5cf7a46..e9d3013 100755
--- a/tests/CI/buildAsterisk.sh
+++ b/tests/CI/buildAsterisk.sh
@@ -26,10 +26,10 @@
 	done
 }
 
-[ x"$OUTPUT_DIR" != x ] && mkdir -p "$OUTPUT_DIR" 2&> /dev/null
+[ x"$OUTPUT_DIR" != x ] && mkdir -p "$OUTPUT_DIR" 2> /dev/null
 
 if [ x"$CACHE_DIR" != x ] ; then
-	mkdir -p $CACHE_DIR/sounds $CACHE_DIR/externals 2&> /dev/null
+	mkdir -p $CACHE_DIR/sounds $CACHE_DIR/externals 2> /dev/null
 fi
 
 if [ ${CCACHE_DISABLE:-0} -ne 1 ] ; then

-- 
To view, visit https://gerrit.asterisk.org/9672
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7377d26a6c98b38bad463f47c84f1875ac84eb7
Gerrit-Change-Number: 9672
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180725/5b0c5971/attachment.html>


More information about the asterisk-code-review mailing list