Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 50877a3 commit 78c3f6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/bareos-ctl-dir.in
Expand Up @@ -40,7 +40,7 @@ OS=`uname -s`
#
# Source the generic functions.
#
. @scriptdir@/bareos-ctl-funcs.in
. @scriptdir@/bareos-ctl-funcs

# if /lib/tls exists, force Bareos to use the glibc pthreads instead
if [ -d "/lib/tls" -a $OS = "Linux" -a `uname -r | cut -c1-3` = "2.4" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/bareos-ctl-fd.in
Expand Up @@ -40,7 +40,7 @@ OS=`uname -s`
#
# Source the generic functions.
#
. @scriptdir@/bareos-ctl-funcs.in
. @scriptdir@/bareos-ctl-funcs

# if /lib/tls exists, force Bareos to use the glibc pthreads instead
if [ -d "/lib/tls" -a $OS = "Linux" -a `uname -r | cut -c1-3` = "2.4" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/bareos-ctl-sd.in
Expand Up @@ -40,7 +40,7 @@ OS=`uname -s`
#
# Source the generic functions.
#
. @scriptdir@/bareos-ctl-funcs.in
. @scriptdir@/bareos-ctl-funcs

# if /lib/tls exists, force Bareos to use the glibc pthreads instead
if [ -d "/lib/tls" -a $OS = "Linux" -a `uname -r | cut -c1-3` = "2.4" ] ; then
Expand Down

0 comments on commit 78c3f6f

Please sign in to comment.