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
|
|
@ -182,8 +182,8 @@ typeset -b x=$b1
|
|||
typeset -b -Z5 a=$b1
|
||||
[[ $(printf "%B" a) == $w1 ]] || err_exit 'typeset -b -Z5 not working'
|
||||
typeset -b q=$x$x
|
||||
[[ $q == $b2 ]] || err_exit 'typeset -b not working with concatination'
|
||||
[[ $(printf "%B" q) == $t1$t1 ]] || err_exit 'typeset -b concatination not working'
|
||||
[[ $q == $b2 ]] || err_exit 'typeset -b not working with concatenation'
|
||||
[[ $(printf "%B" q) == $t1$t1 ]] || err_exit 'typeset -b concatenation not working'
|
||||
x+=$b1
|
||||
[[ $x == $b2 ]] || err_exit 'typeset -b not working with append'
|
||||
[[ $(printf "%B" x) == $t1$t1 ]] || err_exit 'typeset -b append not working'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue