Problem mit der bash

Post Reply
Message
Author
greg

Problem mit der bash

#1 Post by greg »

Hallo zusammen,
die Zuordnung von Variablen in der bash funktioniert nicht
Beispiel:
sh# myvar="Hi there"
sh# sh: myvar=Hi there : No such file or directory

Woran kann das liegen?

panthera

Re: Problem mit der bash

#2 Post by panthera »

export myvar="Hi there"

Post Reply