Adding quotes around $1
This commit is contained in:
parent
9eb2118c55
commit
9be81015d0
@ -3,9 +3,9 @@
|
|||||||
# If marked is passed a file, open it in Marked
|
# If marked is passed a file, open it in Marked
|
||||||
#
|
#
|
||||||
function marked() {
|
function marked() {
|
||||||
if [ $1 ]
|
if [ "$1" ]
|
||||||
then
|
then
|
||||||
open -a "marked 2.app" $1
|
open -a "marked 2.app" "$1"
|
||||||
else
|
else
|
||||||
open -a "marked 2.app"
|
open -a "marked 2.app"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user