Skip to content
Snippets Groups Projects
Commit ef7fa51d authored by James Vasile's avatar James Vasile
Browse files

Fix quoting

parent f537053e
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ SCRIPTNAME=dosh ...@@ -4,8 +4,8 @@ SCRIPTNAME=dosh
BASEDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/.. BASEDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/..
# Call the upstream dosh # Call the upstream dosh
watch(){ ${OTS_DOCTOOLS_DIR}/dosh ${FUNCNAME[0]} $@; } watch(){ ${OTS_DOCTOOLS_DIR}/dosh ${FUNCNAME[0]} "$@"; }
verify_pdf_links(){ ${OTS_DOCTOOLS_DIR}/dosh ${FUNCNAME[0]} $@; } verify_pdf_links(){ ${OTS_DOCTOOLS_DIR}/dosh ${FUNCNAME[0]} "$@"; }
_dload(){ _dload(){
if [ -f "$2" ]; then if [ -f "$2" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment