mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
minor cleanup and indentation
This commit is contained in:
parent
937d60b875
commit
1da392bad3
@ -22,9 +22,7 @@ function show_help {
|
||||
# Default install directory.
|
||||
prefix=/usr
|
||||
|
||||
#
|
||||
# Command line parsing
|
||||
#
|
||||
while true; do
|
||||
case "$1" in
|
||||
-h|--help|-\?) show_help; exit 0;;
|
||||
@ -42,9 +40,7 @@ done
|
||||
|
||||
echo "Installing to ${prefix} ..."
|
||||
|
||||
#
|
||||
# INSTALL AUTOJUMP
|
||||
#
|
||||
sudo mkdir -p ${prefix}/share/autojump/
|
||||
sudo cp icon.png ${prefix}/share/autojump/
|
||||
sudo cp jumpapplet ${prefix}/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user