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

Unified Diff: platform_tools/ios/bin/ios_rm

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_push_if_needed ('k') | platform_tools/ios/bin/ios_rmdir » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_rm
diff --git a/platform_tools/ios/bin/ios_mkdir b/platform_tools/ios/bin/ios_rm
similarity index 80%
copy from platform_tools/ios/bin/ios_mkdir
copy to platform_tools/ios/bin/ios_rm
index 713702b524d6e1c5b40fe3cd8b4dd0fa3f86f6f7..1d606fcd892641516eaff5efc6d99579f4d0b47a 100755
--- a/platform_tools/ios/bin/ios_mkdir
+++ b/platform_tools/ios/bin/ios_rm
@@ -6,9 +6,12 @@
# found in the LICENSE file.
###############################################################################
#
-# Create a directory relative to the Documents directory.
+# Removes the path identified by the first argument from the directory.
+#
+
+set -x -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/ios_setup.sh
-ios_mkdir $1
+ios_rm $1
« no previous file with comments | « platform_tools/ios/bin/ios_push_if_needed ('k') | platform_tools/ios/bin/ios_rmdir » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698