@@ -77,7 +77,7 @@ bind "set completion-ignore-case on"
# usage: ex <file>
ex ()
{
if [ -f $1 ] ; then
if [ -f "$1" ] ; then
case $1 in
*.tar.bz2) tar xjf $1 ;;
*.tar.gz) tar xzf $1 ;;
The note is not visible to the blocked user.