Fixed a command line bug.
This commit is contained in:
parent
fdaedb867f
commit
3e67a77fa5
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -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
|
||||
|
|
Reference in a new issue