commit | 9f6882691034ad92299a96a08a6b9f6b1fb31b29 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon May 17 22:02:40 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue May 18 12:27:48 2010 +0400 |
tree | e56ece8d285b22b313c38360991842335e4e2947 | |
parent | d50cdb66e59945a46b57e94642ac2c3b72080448 [diff] |
etc/dists/scripts/*: Get rid of 'echo -e' bashisms Apparently using 'echo -e' is non-portable. In these scripts this is harmless since they are to be run by bash (first line specifically says #!/bin/bash). But since -e functionality (i.e. interpretation of backslash sequences line \n and \t) is not required here, just remove '-e' flag. Signed-off-by: Kir Kolyshkin <kir@openvz.org>