1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

removed comments

(cherry picked from commit a801dbbc8e1c277737e6442526c61e2956707144)
This commit is contained in:
Ruben S. Montero 2010-11-14 23:22:57 +01:00
parent a68aa191b8
commit 25050921c0
3 changed files with 0 additions and 9 deletions

View File

@ -16,9 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
# Parameters: a b c d e f g h
# SRC: a b c d e f g
# DST: h
while (( "$#" )); do
if [ "$#" == "1" ]; then
DST=$1

View File

@ -16,9 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
# Parameters: a b c d e f g h
# SRC: a b c d e f g
# DST: h
while (( "$#" )); do
if [ "$#" == "1" ]; then
DST=$1

View File

@ -16,9 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
# Parameters: a b c d e f g h
# SRC: a b c d e f g
# DST: h
while (( "$#" )); do
if [ "$#" == "1" ]; then
DST=$1