Fixed a command line bug.

This commit is contained in:
Manuel Canales Esparcia 2005-10-14 18:27:47 +00:00
parent fdaedb867f
commit 3e67a77fa5

2
jhalfs
View file

@ -156,7 +156,7 @@ while test $# -gt 0 ; do
shift
;;
--timezone | -C )
--timezone )
test $# = 1 && eval "$exit_missing_arg"
shift
if [ -f /usr/share/zoneinfo/$1 ] ; then