fixed 'local VAR=$(ACTION) || ERROR' constructs; the 'local VAR=$(ACTION)'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 1 Feb 2005 17:22:53 +0000 (17:22 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 1 Feb 2005 17:22:53 +0000 (17:22 +0000)
commitbb95a260f18983e80abcad495bd224b386a705e1
treeb1792aaef9129af4cc5f098e685ed584d955cc05
parenta8399bd9ead457337f37b8f168c21e1e6b3c6cf8
fixed 'local VAR=$(ACTION) || ERROR' constructs; the 'local VAR=$(ACTION)'
succeeds everytime so ERROR will be never executed. So, it is rewritten to
'local VAR; VAR=$(ACTION) || ERROR'.

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1849 94cd875c-1c1d-0410-91d2-eb244daf1a30
util-vserver/scripts/functions
util-vserver/scripts/pkgmgmt