Skip to content
Snippets Groups Projects
Commit 42273f00 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed wrong quotes

parent 6e53661b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# obtain configuration
source "$(dirname \"$0\")/DebianPackaging.config"
source "$(dirname $0)/DebianPackaging.config"
# check minimum number of command line parameters
if [ $# -lt 3 ]; 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