mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Added fix (lost contributor, sorry) for more than 10 parameters.
jra@cygnus.com
(This used to be commit 79f0c550d2
)
This commit is contained in:
parent
5d6fbd1875
commit
3e88439de0
@ -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