summaryrefslogtreecommitdiffstats
path: root/contrib/check_smb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_smb.sh')
-rw-r--r--contrib/check_smb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_smb.sh b/contrib/check_smb.sh
index 728535a..9d0da72 100644
--- a/contrib/check_smb.sh
+++ b/contrib/check_smb.sh
@@ -26,7 +26,7 @@
26# 26#
27PROGNAME=`basename $0` 27PROGNAME=`basename $0`
28PROGPATH=`echo $0 | /bin/sed -e 's,[\\/][^\\/][^\\/]*$,,'` 28PROGPATH=`echo $0 | /bin/sed -e 's,[\\/][^\\/][^\\/]*$,,'`
29REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'` 29REVISION=`echo '$Revision: 71 $' | sed -e 's/[^0-9.]//g'`
30 30
31 31
32. $PROGPATH/utils.sh 32. $PROGPATH/utils.sh