]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/test.def
commit bash-20121005 snapshot
[thirdparty/bash.git] / builtins / test.def
index 1ebc8187200c8fadf29c14fcf38554d952334970..f1444000ea2acf5b37701d3b66ba3133a438dd23 100644 (file)
@@ -84,6 +84,7 @@ Other operators:
 
   -o OPTION      True if the shell option OPTION is enabled.
   -v VAR        True if the shell variable VAR is set
+  -R VAR        True if the shell variable VAR is set and is a name reference.
   ! EXPR         True if expr is false.
   EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.
   EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.