diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 11:24:34 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 11:24:34 +0100 |
commit | 71ae5707577b9ac93b8b5b9273d985ea897d53c7 (patch) | |
tree | 1eab4005ba5a0de433679a8f95c1ca375e1e54aa | |
parent | 33f9f124b58c78d7e3614d04810dbfa323734e4f (diff) | |
download | librebootfr-71ae5707577b9ac93b8b5b9273d985ea897d53c7.tar.gz librebootfr-71ae5707577b9ac93b8b5b9273d985ea897d53c7.zip |
build/release/roms: use printf properly
-rwxr-xr-x | resources/scripts/helpers/build/release/roms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/roms b/resources/scripts/helpers/build/release/roms index f2c90659..6b026552 100755 --- a/resources/scripts/helpers/build/release/roms +++ b/resources/scripts/helpers/build/release/roms @@ -57,4 +57,4 @@ for board in *; do done cd ../ -printf 'ROM image release archives are stored in ${romdir}/\n' +printf 'ROM image release archives are stored in %s/\n' "${romdir}" |