Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: platform_tools/ios/bin/ios_mkdir

Issue 1085583006: iOS platform scripts to be used by buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Removed trailing white spaces Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform_tools/ios/bin/ios_install ('k') | platform_tools/ios/bin/ios_mount » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_mkdir
diff --git a/platform_tools/ios/bin/ios_mkdir b/platform_tools/ios/bin/ios_mkdir
index 713702b524d6e1c5b40fe3cd8b4dd0fa3f86f6f7..9bc50944d1eabdbc52a433fa0f51a5ce09239086 100755
--- a/platform_tools/ios/bin/ios_mkdir
+++ b/platform_tools/ios/bin/ios_mkdir
@@ -7,6 +7,8 @@
###############################################################################
#
# Create a directory relative to the Documents directory.
+#
+set -e -x
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/ios_setup.sh
« no previous file with comments | « platform_tools/ios/bin/ios_install ('k') | platform_tools/ios/bin/ios_mount » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698