diff options
author | James Rayner <james@archlinux.org> | 2008-12-22 12:26:35 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2008-12-22 12:26:35 +0100 |
commit | bb89911bde4ab4f848b3d0f04acbdfd6ff21d5d8 (patch) | |
tree | 07b706b33d099cd08bdaf64f1d1d9673c78f8a91 /src | |
parent | 6cf09622e81aafe9697ba20a5e51f1ab66f481d6 (diff) | |
download | netctl-bb89911bde4ab4f848b3d0f04acbdfd6ff21d5d8.tar.gz netctl-bb89911bde4ab4f848b3d0f04acbdfd6ff21d5d8.tar.xz |
fix output
Diffstat (limited to 'src')
-rw-r--r-- | src/network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network b/src/network index 7dbe536..3766172 100644 --- a/src/network +++ b/src/network @@ -9,11 +9,11 @@ STATE_DIR="/var/run/network/" # err msg # output specified message err_append() { -echo -n $* + stat_append " - $*" } err() { -echo $* + printhl "$*" } ### Profile loading |