From f4869008cad7acb3ec67ccee309cbad0533045ad Mon Sep 17 00:00:00 2001 From: Tails developers Date: Sat, 3 Nov 2012 18:23:41 +0100 Subject: Use new-style shell expansion in export-key --- templates/reprepro-export-key.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index e4759e7..97e111a 100644 --- a/templates/reprepro-export-key.sh.erb +++ b/templates/reprepro-export-key.sh.erb @@ -3,7 +3,7 @@ # This file is managed by Puppet. Do not edit, any changes will be overwritten! # -KEY="`gpg --homedir <%= @basedir %>/.gnupg --with-colon --list-secret-keys | cut -d : -f 5 | head -n 1`" +KEY="$(gpg --homedir <%= @basedir %>/.gnupg --with-colon --list-secret-keys | cut -d : -f 5 | head -n 1)" if [ ! -z "$KEY" ]; then tempfile=$(mktemp) -- cgit v1.2.3