Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-dbackup
awit-dbackup
Commits
473ede56
Commit
473ede56
authored
Sep 11, 2014
by
Nigel Kukard
Browse files
Syntax cleanup
parent
04b8da49
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbackup
View file @
473ede56
...
...
@@ -84,12 +84,12 @@ use constant {
};
use
constant
{
ST_FILE_CHANGED
=>
1
,
ST_DIR_NEW
=>
2
,
ST_DIR_SYS
=>
4
,
ST_DIR_CHANGED
=>
8
,
ST_FILE_ATTR_CHANGED
=>
16
,
ST_FILE_NEW
=>
32
,
ST_FILE_CHANGED
=>
1
,
ST_DIR_NEW
=>
2
,
ST_DIR_SYS
=>
4
,
ST_DIR_CHANGED
=>
8
,
ST_FILE_ATTR_CHANGED
=>
16
,
ST_FILE_NEW
=>
32
};
...
...
@@ -185,7 +185,7 @@ if (!defined($configFile = $optctl{'config'})) {
}
# If we have a config file, read it in
if
(
-
f
$configFile
)
{
# Use config file, ignore case
# Use config file, ignore case
tie
my
%inifile
,
'
Config::IniFiles
',
(
-
file
=>
$optctl
{'
config
'},
-
nocase
=>
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment