diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/ddimage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/ddimage b/scripts/contrib/ddimage index 2cba9b28f1..956699c05d 100755 --- a/scripts/contrib/ddimage +++ b/scripts/contrib/ddimage | |||
@@ -75,7 +75,7 @@ fi | |||
75 | image_details $IMAGE | 75 | image_details $IMAGE |
76 | device_details $(basename $DEVICE) | 76 | device_details $(basename $DEVICE) |
77 | 77 | ||
78 | echo -n "Write $IMAGE to $DEVICE [y/N]? " | 78 | printf "Write $IMAGE to $DEVICE [y/N]? " |
79 | read RESPONSE | 79 | read RESPONSE |
80 | if [ "$RESPONSE" != "y" ]; then | 80 | if [ "$RESPONSE" != "y" ]; then |
81 | echo "Write aborted" | 81 | echo "Write aborted" |