Skip to content

Commit

Permalink
Surround directory name with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Mar 18, 2014
1 parent 49e81d4 commit 98b9900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-pdfs.sh
Expand Up @@ -16,7 +16,7 @@ echo "Version $description"

for lyx in $(find "$PWD" -name '*.lyx');
do
folder="$(dirname $lyx)"
folder="$(dirname '$lyx')"
base="${lyx%.lyx}"

echo "Generating $base.lyx"
Expand Down

0 comments on commit 98b9900

Please sign in to comment.