about summary refs log tree commit diff
path: root/tests/push-to-store.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/push-to-store.sh')
-rwxr-xr-xtests/push-to-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push-to-store.sh b/tests/push-to-store.sh
index d97eb095dd74..6aadb916ba0b 100755
--- a/tests/push-to-store.sh
+++ b/tests/push-to-store.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 echo Pushing "$@" to "$REMOTE_STORE"
-echo -n "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs
+printf "%s" "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs