put the asterisk outside of quotes

pull/5/head
Tomas M 2012-10-20 22:51:12 -05:00
parent 5bf71ab599
commit 21e770210b
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ copy_rootcopy_content()
if [ "$(ls -1 "$1/rootcopy/" 2>/dev/null)" != "" ]; then if [ "$(ls -1 "$1/rootcopy/" 2>/dev/null)" != "" ]; then
echo_green_star echo_green_star
echo "Copying content of rootcopy directory..." echo "Copying content of rootcopy directory..."
cp -a "$1/rootcopy/*" "$2" cp -a "$1"/rootcopy/* "$2"
fi fi
} }