Skip to content

Commit

Permalink
Merge pull request ARM-software#75 from mdigiorgio/fix-lisa_shell-help
Browse files Browse the repository at this point in the history
lisa_shell: fix lisa-help command run from anywhere in the filesystem
  • Loading branch information
derkling committed Mar 24, 2016
2 parents 91fcb80 + 372d2bc commit 432c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/lisa_shell
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo "
echo " .:: LISA Shell - HELP On-Line ::. "
echo " "
echo -ne "$LISASHELL_RESET$LISASHELL_GREEN"
cat LisaShell.txt
cat $LISA_HOME/LisaShell.txt
echo -ne "$LISASHELL_DEFAULT"
}

Expand Down

0 comments on commit 432c4b7

Please sign in to comment.