Skip to content

Commit 40d76ea

Browse files
committed
[Git Commit]: at 2018-12-02 22:25:17-06:00
1 parent 2a57806 commit 40d76ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

git-build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ handle_exit_code() {
5252
}
5353
trap "handle_exit_code" EXIT
5454

55-
if [ $1 -eq "--setup" ]; then
56-
echo "[Setup Git]:"
57-
read $x;
58-
fi
55+
# if [ $1 -eq "--setup" ]; then
56+
# echo "[Setup Git]:"
57+
# read $x;
58+
# fi
5959

6060

6161
# todo: Setup git credential fill

0 commit comments

Comments
 (0)