Need to quote su -c command with ", not ' since I've got variables
in there (d'oh!).
This commit is contained in:
parent
884508eff0
commit
ef88fdd4c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33452
1 changed files with 1 additions and 1 deletions
|
@ -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 "================================================"
|
||||
|
|
Loading…
Reference in a new issue