r44: cp_check_root
[carnet-tools-cn.git] / functions.sh
index 93c98df..a818b34 100644 (file)
@@ -321,6 +321,7 @@ cp_db_get() {
 # by ddzeko, Tue, 05 Apr 2005 15:47:37 +0200
 # - check is the script run by effective root
 cp_check_root() {
+  local euid
   euid=`awk 'BEGIN{print PROCINFO["euid"]}'`
   case "$euid" in
     0)  RET=y