#170 Issue closed
: Bug in file : /usr/share/rear/output/default/10_mount_output_path.sh¶
torig opened issue at 2012-10-30 17:40:¶
Rear version 1.14
At line 8 missing $ before variable name OUTPUT_MOUNTCMD :
OUTPUT_URL="var://OUTPUT_MOUNTCMD"
pcahyna commented at 2021-05-27 10:16:¶
Why is that a bug? The variable reference gets expanded indirectly
using${!var}
.
jsmeix commented at 2021-05-27 10:22:¶
See also
https://github.com/rear/rear/commit/20359a987662cc0c3fcfa52d62d1feac7cd55850#r51375233
[Export of Github issue for rear/rear.]