fixed bugs
This commit is contained in:
parent
bfdadaea4b
commit
70204c7bf1
3 changed files with 6 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
# Backup a directory, args come from the environment
|
||||
# $1, if it exists, contains a list of declarations
|
||||
|
||||
if [ -e $1 ]; then
|
||||
if [ -e "$1" ]; then
|
||||
source $1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue