diff options
author | h.udo <hudokkow@gmail.com> | 2018-06-08 12:23:10 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-06-12 13:06:19 +0100 |
commit | 5c6e3a8b9bec8a594695fe5808bb384f6645bcec (patch) | |
tree | 6b54545a47606b5c6543df01504ef2ed9e09eede /tools/darwin/Support/CopyRootFiles-osx.command | |
parent | e8d74c663841eddaa70946bee298a15c2454de20 (diff) |
[tools] nuke whitespace
Diffstat (limited to 'tools/darwin/Support/CopyRootFiles-osx.command')
-rwxr-xr-x | tools/darwin/Support/CopyRootFiles-osx.command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/CopyRootFiles-osx.command b/tools/darwin/Support/CopyRootFiles-osx.command index 0d1d480800..1aa2e844b8 100755 --- a/tools/darwin/Support/CopyRootFiles-osx.command +++ b/tools/darwin/Support/CopyRootFiles-osx.command @@ -13,7 +13,7 @@ if [ "$ACTION" = build ] ; then SYNC="rsync -aq --exclude .git* --exclude .DS_Store* --exclude *.dll --exclude *.DLL --exclude *linux.* --exclude *arm-osx.* --exclude *.zlib --exclude *.a" # rsync command for excluding pngs and jpgs as well. Note that if the skin itself is not compiled -# using XBMCTex then excluding the pngs and jpgs will most likely make the skin unusable +# using XBMCTex then excluding the pngs and jpgs will most likely make the skin unusable SYNCSKIN="rsync -aq --exclude .git* --exclude CVS* --exclude .svn* --exclude .cvsignore* --exclude .cvspass* --exclude .DS_Store* --exclude *.dll --exclude *.DLL --exclude *linux.* --exclude *.png --exclude *.jpg --exclude *.bat" # rsync command for including everything but the skins |