Skip to content

Commit

Permalink
Bug fix for issue #748, riak-debug error thrown during execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jenafermiller committed Jun 18, 2015
1 parent 89e4df9 commit 09ed9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/files/riak-debug
Expand Up @@ -860,7 +860,7 @@ if [ 1 -eq $get_cfgs ]; then

# Compose the `find` command that will exclude the above list of files,
# being aware that an empty `\( \)` will cause a failure in the `find`.
if [ -n $exclude ]; then
if [ -n "$exclude" ]; then
run="find . -type f -exec sh -c '
mkdir -p \"\$0/\${1%/*}\";
cp \"\$1\" \"\$0/\$1\"
Expand Down

0 comments on commit 09ed9f3

Please sign in to comment.