Skip to content

Commit

Permalink
Replace the explicit $HOME with a ~/ in the final output.
Browse files Browse the repository at this point in the history
* `$HOME` may be extremely long on certain evnrionments such as Termux.
  • Loading branch information
postmodern committed May 8, 2024
1 parent 6921b52 commit 7562715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ronin-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ log "Successfully setup a development environment in ${ronin_src_dir}"

echo
for dir in "${ronin_src_dir}"/*; do
echo " $dir"
echo " ~/${dir#$HOME/}"
done
echo

Expand Down

0 comments on commit 7562715

Please sign in to comment.