918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change
on this file since 4aef4e8 was
71b93c5d,
checked in by Irina Gómez <irinagomez@…>, 6 years ago
|
Fixs multicast error: create 'read' alias defining line break character as default delimiter.
|
-
Property mode set to
100755
|
File size:
416 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | #/** |
---|
3 | #@file OgLiveAdapter |
---|
4 | #@brief Librería o clase OgLiveAdapter |
---|
5 | #@class OgLiveAdapter |
---|
6 | #@brief Funciones o configuración para adaptar cambios en los comandos de los ogLive, de modo que no afecten al motor de clonación |
---|
7 | #@version 1.1.1 |
---|
8 | #@warning License: GNU GPLv3+ |
---|
9 | #*/ |
---|
10 | |
---|
11 | set -a |
---|
12 | shopt -s expand_aliases |
---|
13 | |
---|
14 | # read: Configura el salto de línea como delimintador por defecto. |
---|
15 | alias read='read -d\n' |
---|
Note: See
TracBrowser
for help on using the repository browser.