aboutsummaryrefslogtreecommitdiff
path: root/tools/osx
diff options
context:
space:
mode:
authorkeith <keith@xbmc.org>2011-03-23 22:43:35 -0700
committerkeith <keith@xbmc.org>2011-03-23 22:43:35 -0700
commit712658322440df4f4bdbc224024304f58d6746a1 (patch)
tree92db00da245b60ca9c4d1a3136a0df7a659c7220 /tools/osx
parent8cb7a7a61ee923e7d851290c39c46e4039f2eb1b (diff)
Fixed a comment in mkdev-xbmc-ios.sh so it doesn't throw an error when ran.
Diffstat (limited to 'tools/osx')
-rwxr-xr-xtools/osx/packaging/xbmc-ios/mkdeb-xbmc-ios.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx/packaging/xbmc-ios/mkdeb-xbmc-ios.sh b/tools/osx/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
index 9bd7c65d00..546e9efc23 100755
--- a/tools/osx/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
+++ b/tools/osx/packaging/xbmc-ios/mkdeb-xbmc-ios.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# usage: ./mkdeb-xbmc-ios.sh release/debug (case insensitive)
-Allows us to run mkdeb-xbmc-ios.sh from anywhere in the three, rather than the tools/osx/packaging/xbmc-ios folder only
+# Allows us to run mkdeb-xbmc-ios.sh from anywhere in the three, rather than the tools/osx/packaging/xbmc-ios folder only
SWITCH=`echo $1 | tr [A-Z] [a-z]`
DIRNAME=`dirname $0`