Merge remote-tracking branch 'github/master' into 2.3

remotes/origin/2.3
Nico Schottelius 11 years ago
commit 1c7f8baa02
  1. 6
      cdist/test/fixtures/remote/copy
  2. 2
      other/examples/remote/local/copy

@ -18,10 +18,6 @@
# You should have received a copy of the GNU General Public License
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
#
#
# This is based on other/examples/remote/local/, but uses --dereference for the
# test cases
#
code="$(echo "$@" | sed "s|\([[:space:]]+\)$__target_host:|\1|g")"
code="$(echo "$@" | sed "s|\([[:space:]]\)$__target_host:|\1|g")"
cp --dereference $code

@ -20,5 +20,5 @@
#
#
code="$(echo "$@" | sed "s|\([[:space:]]+\)$__target_host:|\1|g")"
code="$(echo "$@" | sed "s|\([[:space:]]\)$__target_host:|\1|g")"
cp --dereference $code

Loading…
Cancel
Save