1
0
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:
Samba Release Account 1997-03-07 17:21:05 +00:00
parent 5d6fbd1875
commit 3e88439de0

View File

@ -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