X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2FdiskSpace.sh;h=d9c2b15e3f01caf1fea3529c0bf58c61e15602ae;hb=260bf6b42efe9e30501c4e6e99b013da3fe34f77;hp=12812cf3fdc68595e2f54d987c6bc1baad280172;hpb=47d7004f6a85391e06a566640d041bcc08f45e6e;p=tools%2Finstall.git diff --git a/config_files/diskSpace.sh b/config_files/diskSpace.sh index 12812cf..d9c2b15 100755 --- a/config_files/diskSpace.sh +++ b/config_files/diskSpace.sh @@ -6,7 +6,7 @@ # Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) # Project : SALOME # Module : Installation Wizard -# Copyright : 2002-2007 CEA +# Copyright : 2002-2008 CEA # # This script is the part of the SALOME installation procedure. # @@ -20,7 +20,7 @@ if [ $# -lt 1 ] ; then echo "`basename $0` : wrong parameters" exit 1 fi -var=`df -k "$1" | awk '{print $4}'` +var=`df -Pk "$1" | awk '{print $4}'` for i in $var; do var=$i; done echo $var exit 0