aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/actions/install.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/install.bash b/lib/actions/install.bash
index f0b1462..1889657 100644
--- a/lib/actions/install.bash
+++ b/lib/actions/install.bash
@@ -54,7 +54,7 @@ action() {
init="$(date +%s)"
# Use an absolute path when reporting about the installation path
- prefix_absolute="$(CDPATH="" cd -- "$RSTAR_PREFIX" && pwd -P)"
+ prefix_absolute="$(CDPATH="" cd -- "$RSTAR_PREFIX" 2> /dev/null && pwd -P)"
info "Installing Raku in $prefix_absolute"
# Create the installation directory