diff --git a/tpromptuser.sh b/tpromptuser.sh index aebb41a..64884bf 100755 --- a/tpromptuser.sh +++ b/tpromptuser.sh @@ -2,7 +2,7 @@ # promptuser.sh - User Prompting From Shell With validation # Copyright (c) 2010, TundraWare Inc, Des Plaines, IL USA # All Rights Reserved -# $Id: tpromptuser.sh,v 1.105 2010/10/07 19:21:14 tundra Exp $ +# $Id: tpromptuser.sh,v 1.106 2010/10/07 19:23:48 tundra Exp $ # Loop through a set of questions for the user to answer, storing # their response back into the prompt variable itself. @@ -156,5 +156,5 @@ # Dump results for sake of this example only -echo "Before: foo->$foo bar->$bar baz->$baz bat->$bat" +echo "After: foo->$foo bar->$bar baz->$baz bat->$bat"