diff options
Diffstat (limited to 'contrib/check_smb.sh')
-rw-r--r-- | contrib/check_smb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_smb.sh b/contrib/check_smb.sh index 728535a1..9d0da726 100644 --- a/contrib/check_smb.sh +++ b/contrib/check_smb.sh @@ -26,7 +26,7 @@ # PROGNAME=`basename $0` PROGPATH=`echo $0 | /bin/sed -e 's,[\\/][^\\/][^\\/]*$,,'` -REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'` +REVISION=`echo '$Revision: 71 $' | sed -e 's/[^0-9.]//g'` . $PROGPATH/utils.sh |