being forced to debug missing prompt
[feisty_meow.git] / scripts / security / password_functions.sh
index 92e0d71e640aaf4c7bb08f401e27652eddcd761d..637e352d9922b438d34f25206332e70bf8c075a9 100644 (file)
@@ -62,6 +62,7 @@ function read_password()
 {
   prompt="$1"; shift
   echo -n "$prompt "
+#  sync
   # turn off echo but remember former setting.
   stty_orig=`stty -g`
   stty -echo