]> arthur.barton.de Git - bup.git/commit
Don't compute local script_home in lib.sh realpath (depended on pwd).
authorRob Browning <rlb@defaultvalue.org>
Tue, 3 Dec 2013 19:49:41 +0000 (13:49 -0600)
committerRob Browning <rlb@defaultvalue.org>
Tue, 3 Dec 2013 19:49:41 +0000 (13:49 -0600)
commit4ff4df24744887b1a26b2d21a256f1823f3d21cd
tree2dba38e13c66dc96d71f51e33691a9c643d28a65
parent1abcd59349d1409a88b80abf56decd894849e57d
Don't compute local script_home in lib.sh realpath (depended on pwd).

Compute bup_t_lib_script_home once at load time so that it won't be
affected by changes to pwd, and use it in realpath.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/lib.sh