Skip to content

Commit

Permalink
tools: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH committed Jun 22, 2016
1 parent 2d10584 commit 66395c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/RPi/gen-rpi-kodi-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rm -fr raspberrypi-kodi

# If we have a persisted version of the repo, quickly copy it
if [ -d raspberrypi-kodi.stash ]; then
echo "Copying raspberrypi-kodi.stash raspberrypi-kodii..."
echo "Copying raspberrypi-kodi.stash raspberrypi-kodi..."
cp -r raspberrypi-kodi.stash raspberrypi-kodi
cd raspberrypi-kodi
git checkout ${BRANCH}
Expand Down Expand Up @@ -91,7 +91,7 @@ BRANCH="${BRANCH//_/-}"
echo
echo "cp /tmp/skin.patch projects/RPi/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
echo "cp /tmp/skin.patch projects/RPi2/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
echo "git commit -am \"RPi/RPi2: Update kodi-theme-${SKIN} support patches\""
echo "git commit -am \"RPi/RPi2: Update ${SKIN2} support patches\""

echo
echo "cp /tmp/kodi.patch projects/RPi/patches/kodi/kodi-001-${BRANCH}.patch"
Expand Down

0 comments on commit 66395c2

Please sign in to comment.