From 493f06581858eb1ae1d63bdc77d973bfa69f18ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 17 Aug 2015 14:23:43 +0200 Subject: [PATCH] Cosmetics in create-module.sh --- yotta/create-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yotta/create-module.sh b/yotta/create-module.sh index 370945538..1386c0741 100755 --- a/yotta/create-module.sh +++ b/yotta/create-module.sh @@ -41,4 +41,4 @@ mkdir -p $DEST rsync -cr --delete --exclude build --exclude yotta_\* $TMP/ $DEST/ rm -rf $TMP -echo "mbed TLS yotta module created in '$DEST'." +echo "mbed TLS yotta module created in '$PWD/$DEST'."