summaryrefslogtreecommitdiffstats
path: root/bin/pwd/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwd/pwd.c')
-rw-r--r--bin/pwd/pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c
index 76524c7..c66276d 100644
--- a/bin/pwd/pwd.c
+++ b/bin/pwd/pwd.c
@@ -65,7 +65,7 @@ main(int argc, char *argv[])
int ch;
char *p;
- physical = 0;
+ physical = 1;
while ((ch = getopt(argc, argv, "LP")) != -1)
switch (ch) {
case 'L':
OpenPOWER on IntegriCloud