Re: Get ${OSREL} at install time
- Reply: Nuno Teixeira : "Re: Get ${OSREL} at install time"
- In reply to: Nuno Teixeira : "Re: Get ${OSREL} at install time"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 10:58:04 UTC
* Nuno Teixeira <eduardo@freebsd.org> [20230418 11:55]: > sed -E -e 's|stable\/12|stable\/${stable}|' -e [...] > sed doesn't subtitute as it uses literal variables The shell doesn't subsitute variables inside single quotes. Try double quotes instead. -- Felix Palmen <zirias@FreeBSD.org> {private} felix@palmen-it.de -- ports committer (mentee) -- {web} http://palmen-it.de {pgp public key} http://palmen-it.de/pub.txt {pgp fingerprint} 6936 13D5 5BBF 4837 B212 3ACC 54AD E006 9879 F231