diff options
Diffstat (limited to 'documentation/ref-manual/migration-1.6.rst')
-rw-r--r-- | documentation/ref-manual/migration-1.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-1.6.rst b/documentation/ref-manual/migration-1.6.rst index 4c6afab1fb..fe3e04d685 100644 --- a/documentation/ref-manual/migration-1.6.rst +++ b/documentation/ref-manual/migration-1.6.rst | |||
@@ -207,7 +207,7 @@ functions to call and not arbitrary shell commands: | |||
207 | 207 | ||
208 | For | 208 | For |
209 | migration purposes, you can simply wrap shell commands in a shell | 209 | migration purposes, you can simply wrap shell commands in a shell |
210 | function and then call the function. Here is an example: :: | 210 | function and then call the function. Here is an example:: |
211 | 211 | ||
212 | my_postprocess_function() { | 212 | my_postprocess_function() { |
213 | echo "hello" > ${IMAGE_ROOTFS}/hello.txt | 213 | echo "hello" > ${IMAGE_ROOTFS}/hello.txt |