Need to quote su -c command with ", not ' since I've got variables

in there (d'oh!).
This commit is contained in:
Satoshi Asami 2000-10-06 07:31:19 +00:00
parent 884508eff0
commit ef88fdd4c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33452

View file

@ -494,7 +494,7 @@ if [ "$nobuild" = 0 ]; then
echo "================================================"
echo "copying packages"
echo "================================================"
su ${user} -c '${scripts}/docppackages ${branch}'
su ${user} -c "${scripts}/docppackages ${branch}"
fi
fi
echo "================================================"