Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

Commit

Permalink
[EC2] Preserve spaces in EC2 path
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Jan 27, 2015
1 parent 9142674 commit 960711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/spark-ec2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

# Preserve the user's CWD so that relative paths are passed correctly to
#+ the underlying Python script.
SPARK_EC2_DIR="$(dirname $0)"
SPARK_EC2_DIR="$(dirname "$0")"

python -Wdefault "${SPARK_EC2_DIR}/spark_ec2.py" "$@"

0 comments on commit 960711a

Please sign in to comment.