use 'test -n "..."' instead of 'test "..."'; when "..." expands to '-v'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 27 Jan 2005 21:24:44 +0000 (21:24 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 27 Jan 2005 21:24:44 +0000 (21:24 +0000)
commit7bd540af89c36e0fc25d167f6c4893451b3331a3
tree7f8a48bdf8717d5c336f275453ce6e08a8cfd138
parent4276df48a3285e9fb9d66420f668aaf5788a2c47
use 'test -n "..."' instead of 'test "..."'; when "..." expands to '-v'
or a similar string, the expression will be misinterpreted (noticed by
Werner Schalk)

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1825 94cd875c-1c1d-0410-91d2-eb244daf1a30
19 files changed:
util-vserver/scripts/functions
util-vserver/scripts/pkgmgmt
util-vserver/scripts/start-vservers
util-vserver/scripts/vapt-get
util-vserver/scripts/vpkg
util-vserver/scripts/vprocunhide
util-vserver/scripts/vrpm
util-vserver/scripts/vrpm-preload
util-vserver/scripts/vserver
util-vserver/scripts/vserver-build
util-vserver/scripts/vserver-build.debootstrap
util-vserver/scripts/vserver-build.functions.rpm
util-vserver/scripts/vserver-setup.functions
util-vserver/scripts/vserver-wrapper
util-vserver/scripts/vserver.functions
util-vserver/scripts/vserver.start
util-vserver/scripts/vserver.stop
util-vserver/scripts/vshelper
util-vserver/scripts/vsomething