From f2734daf0a9519db6b303683d3ac413a20d56e2a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Sep 2007 08:47:42 +0200 Subject: Replacing backticks with POSIX expression. --- helpers/lh_binary_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_chroot') diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot index c40afc998..f6615e1c2 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -80,7 +80,7 @@ ${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot if [ -n "${LH_ROOT_COMMAND}" ] then - ${LH_ROOT_COMMAND} chown -R `whoami`:`whoami` chroot + ${LH_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot fi # Creating stage file -- cgit v1.2.3