aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/roms/withgrub_helper
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-08-22 12:21:03 +0100
committerLeah Rowe <info@minifree.org>2016-08-22 12:21:03 +0100
commit902441e432e650f926baa3f2c0ba85fa87b5fcaf (patch)
treed3e5d9206f3dd9fbbb97733b5445a1a381fcb011 /resources/scripts/helpers/build/roms/withgrub_helper
parentfbdda3218fc2881f5ae703fd383864a95c6eafc7 (diff)
downloadlibrebootfr-902441e432e650f926baa3f2c0ba85fa87b5fcaf.tar.gz
librebootfr-902441e432e650f926baa3f2c0ba85fa87b5fcaf.zip
build/roms/withgrub: printf, not print, for printing version number to file
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub_helper')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index 0a5f6898..d974eeca 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -134,7 +134,7 @@ do
./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 3000 -n etc/ps2-keyboard-spinup || printf "already exists"
fi
- print "%s\n" "${version}" > lbversion
+ printf "%s\n" "${version}" > lbversion
./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f lbversion -n lbversion -t raw
rm -f "lbversion"