summaryrefslogtreecommitdiffstats
path: root/commands/defaultenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/defaultenv.c')
-rw-r--r--commands/defaultenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/defaultenv.c b/commands/defaultenv.c
index bae2d78f47..47bdf26d14 100644
--- a/commands/defaultenv.c
+++ b/commands/defaultenv.c
@@ -60,8 +60,8 @@ static int do_defaultenv(int argc, char *argv[])
if (ret)
return ret;
- from = asprintf("/.defaultenv/%s", restorepath);
- to = asprintf("%s/%s", dirname, restorepath);
+ from = basprintf("/.defaultenv/%s", restorepath);
+ to = basprintf("%s/%s", dirname, restorepath);
printf("Restoring %s from default environment\n", restorepath);