mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix 47 typos in user-facing help and error messages
(cherry picked from commit df9b2ea03efdf82c0eb6bb53ed9b128c1513a299)
This commit is contained in:
parent
9c75314c71
commit
53443bb981
25 changed files with 47 additions and 47 deletions
|
@ -525,7 +525,7 @@ $SHELL -c "( sleep 1; kill -ALRM \$\$ ) & sleep $del" 2> /dev/null
|
|||
exitval=$?
|
||||
(( sec = SECONDS - sec ))
|
||||
exec 2>&3-
|
||||
(( exitval )) && err_exit "sleep doesn't exit 0 with ALRM interupt"
|
||||
(( exitval )) && err_exit "sleep doesn't exit 0 with ALRM interrupt"
|
||||
(( sec > (del - 1) )) || err_exit "ALRM signal causes sleep to terminate prematurely -- expected 3 sec, got $sec"
|
||||
typeset -r z=3
|
||||
y=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue