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