From 4ce5d256432a0296685f2c92620110795293e097 Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Sun, 20 Jan 2019 11:54:23 -0800 Subject: [PATCH] Cleanup --- get-packages.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/get-packages.sh b/get-packages.sh index ec6ffbf..ce90dbb 100755 --- a/get-packages.sh +++ b/get-packages.sh @@ -1,14 +1,11 @@ -# -# skeleton get-packages.sh -# +#!/bin/bash # -# do not need any additional packages above and beyond Zipr toolchain -# those packages will be installed separately +# skeleton get-packages.sh # args="$@" -if [[ $args = "" ]]; then +if [[ "$args" == "" ]]; then args="all" fi -- GitLab