summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remove.c b/src/remove.c
index bded9278d..297331417 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -374,13 +374,13 @@ AD_pop_and_chdir (Dirstack_state *ds)
struct AD_ent *top;
AD_stack_pop (ds);
+ top = AD_stack_top (ds);
/* Propagate any failure to parent. */
- UPDATE_STATUS (AD_stack_top(ds)->status, old_status);
+ UPDATE_STATUS (top->status, old_status);
assert (AD_stack_height (ds));
- top = AD_stack_top (ds);
if (1 < AD_stack_height (ds))
{
struct stat sb;