mirror of
https://github.com/samba-team/samba.git
synced 2025-08-31 22:02:58 +03:00
Added fix (lost contributor, sorry) for more than 10 parameters.
jra@cygnus.com
This commit is contained in:
@ -53,7 +53,7 @@ logfile=/tmp/smb-print.log
|
|||||||
# Extract the directory name from the file name.
|
# Extract the directory name from the file name.
|
||||||
# Concat this with /.config to get the config file.
|
# Concat this with /.config to get the config file.
|
||||||
#
|
#
|
||||||
eval acct_file=\$$#
|
eval acct_file=\${$#}
|
||||||
spool_dir=`dirname $acct_file`
|
spool_dir=`dirname $acct_file`
|
||||||
config_file=$spool_dir/.config
|
config_file=$spool_dir/.config
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user