--- bin/script_utils 2009-11-25 12:33:54.000000000 +0100 +++ bin2/script_utils 2010-02-26 12:33:51.222481447 +0100 @@ -268,7 +268,7 @@ '{printf \"%s %15s %25s %s\n\", CURRENTDATE, USER, SWITCHNAME, \$0}' > ${HUB_LOG} &" if [ ! -S "$1" ] || ! someOneUses "$1"; then # Either socket does not exist yet or it is still unused - if [ "$USE_SUDO" == "yes" ]; then + if [ "$USE_SUDO" = "yes" ]; then # Default sudo configuration resets environment variables for security # reasons (depends on the configuration in sudoers, and may happen even # when using -E) --- bin/script_utils2 2010-02-26 12:26:23.528249413 +0100 +++ bin2/script_utils2 2010-02-26 12:34:01.892243305 +0100 @@ -268,7 +268,7 @@ '{printf \"%s %15s %25s %s\n\", CURRENTDATE, USER, SWITCHNAME, \$0}' > ${HUB_LOG} &" if [ ! -S "$1" ] || ! someOneUses "$1"; then # Either socket does not exist yet or it is still unused - if [ "$USE_SUDO" == "yes" ]; then + if [ "$USE_SUDO" = "yes" ]; then # Default sudo configuration resets environment variables for security # reasons (depends on the configuration in sudoers, and may happen even # when using -E)