avoid double slashes

This commit is contained in:
j 2014-09-02 20:46:49 +02:00
commit 5769140845
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
cd "`dirname "$0"`"
BASE="$HOME/Library/Application Support/Open Media Library/"
BASE="$HOME/Library/Application Support/Open Media Library"
if [[ ! -e "/usr/sbin/miredo" ]]; then
open -W ../Resources/miredo-osx-prerelease3.pkg
fi