Skip to content

Commit c5f1b6a

Browse files
committed
Remove blanks
1 parent 7974111 commit c5f1b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/Alien-PIP

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install() {
7777
mkdir -p "$target" || { echo "Failed to create $target."; exit 1; }
7878
fi
7979
${PIP} install --upgrade --prefix=$target --src=$srcdir "$prog" $ver
80-
80+
8181
Symlink_Aliens "$goboExecutables" "$goboSystem"/Aliens/PIP/bin
8282
}
8383

@@ -86,7 +86,7 @@ remove() {
8686
local ver="$2"
8787

8888
${PIP} uninstall "$prog" $ver
89-
89+
9090
Cleanup_Aliens
9191
}
9292

@@ -110,7 +110,7 @@ case "$command" in
110110
lower="$3"
111111
upper="$4"
112112
ver=$(getversion "$2")
113-
In_Version_Range "$lower" "$ver" "$upper"
113+
In_Version_Range "$lower" "$ver" "$upper"
114114
;;
115115
--have-manager)
116116
which ${PIP} >/dev/null 2>&1 || exit 1

0 commit comments

Comments
 (0)