]> git.sev.monster Git - dotfiles.git/commitdiff
install.sh: fix cd test print
authorsev <git@sev.monster>
Sun, 31 Dec 2023 08:05:13 +0000 (02:05 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:41 +0000 (16:27 -0500)
install.sh

index 49b6af84f3bef7dedab1af68b06825a92318ea65..88a80ad20bcdae5aea6372bc6728862bfeb64140 100755 (executable)
@@ -23,7 +23,7 @@ if [ ${DOTFILES_TEST+x} = x ]; then
     echo "Running test -- no changes will be applied"
     devnull=/dev/stdout
     _cd() {
     echo "Running test -- no changes will be applied"
     devnull=/dev/stdout
     _cd() {
-        echo "-- cd $* --> $PWD";
+        echo "-- cd $PWD --> $*";
         cd $*;
     }
     alias cd="_cd"
         cd $*;
     }
     alias cd="_cd"
This page took 0.040399 seconds and 4 git commands to generate.