Proper quoting of quotes.
This commit is contained in:
parent
00a8f4e736
commit
c51b6598e3
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ if [ ! -d "${WORKDIR}/fragments" ] && [ ! -x "${WORKDIR}/fragments" ]; then
|
|||
fi
|
||||
|
||||
# are there actually any fragments?
|
||||
if [ ! "$(ls -A \"${WORKDIR}/fragments\")" ]; then
|
||||
if [ ! "$(ls -A """${WORKDIR}/fragments""")" ]; then
|
||||
if [ "x${FORCE}" = "x" ]; then
|
||||
echo "The fragments directory is empty, cowardly refusing to make empty config files"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue