mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
fixed builder typo.
This commit is contained in:
parent
148ef9e7ba
commit
262df90945
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ HOST_SPECIFIC_SRC="$BASHRC_D/hostname/$(hostname).sh"
|
|||
if [[ -e $HOST_SPECIFIC_SRC ]]; then
|
||||
echo "Adding host specific file $HOST_SPECIFIC_SRC"
|
||||
echo "##################" >> $COMPILED_SRC
|
||||
echo "# $(basename $F)" >> $COMPILED_SRC
|
||||
echo "# $(basename $HOST_SPECIFIC_SRC)" >> $COMPILED_SRC
|
||||
echo "##################" >> $COMPILED_SRC
|
||||
cat $F >> $COMPILED_SRC
|
||||
cat $HOST_SPECIFIC_SRC >> $COMPILED_SRC
|
||||
echo "" >> $COMPILED_SRC
|
||||
else
|
||||
echo "No host specific file found at $HOST_SPECIFIC_SRC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue