]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- put "" around message (without it message was "Assigning...[DONE]")
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Nov 2005 18:21:57 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rawdevices.init -> 1.4

rawdevices.init

index da7f01889d85d17987e37c90856988dbbd66ad70..b665d4b1f34b8fd6c532239a97995e3522a0e09c 100644 (file)
@@ -42,7 +42,7 @@ function assign_raw()
                        exit 0
                fi
 
-               show $(nls "Assigning device: %s --> %s" "$RAW" "$BLOCK")
+               show "$(nls "Assigning device: %s --> %s" "$RAW" "$BLOCK")"
                busy
                raw $RAW $BLOCK > /dev/null
                ok
This page took 0.237497 seconds and 4 git commands to generate.