Commit df2e85c4 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix timestamp issue for do_update in Bash

parent 1020c823
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -166,6 +166,7 @@ do_update()
	finalise_timestamp() {
		code=$?
		unset -f finalise_timestamp
		test `get_shell` = bash && trap '' RETURN
		case $code in
			0) rm "$1.old" ;;
			*) mv "$1.old" "$1" ;;