mirror of https://github.com/Flinner/dots.git
feat: accept spaces
This commit is contained in:
parent
cdc6c0d1ca
commit
e842a878d2
|
@ -35,4 +35,4 @@ do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=$SETTINGS -sOutputFile=$2 $1
|
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=$SETTINGS -sOutputFile="$2" "$1"
|
||||||
|
|
Loading…
Reference in New Issue