summaryrefslogtreecommitdiffstats
path: root/build-repo
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 04:44:53 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-14 04:46:12 +0200
commit9688f5a997b3fa5b3d39ba54431fbe2919255a9a (patch)
treeaa1296458078d5e564f031f92c5d3b9e915a3bd3 /build-repo
parent30a88bc5b085d2fad0f7d40050db0837df0ba005 (diff)
downloadalpine-packages-9688f5a997b3fa5b3d39ba54431fbe2919255a9a.tar.gz
alpine-packages-9688f5a997b3fa5b3d39ba54431fbe2919255a9a.tar.bz2
alpine-packages-9688f5a997b3fa5b3d39ba54431fbe2919255a9a.tar.lz
alpine-packages-9688f5a997b3fa5b3d39ba54431fbe2919255a9a.zip

scripting: !=

Diffstat (limited to 'build-repo')
-rwxr-xr-xbuild-repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-repo b/build-repo
index 28cc6f0..8dc08a7 100755
--- a/build-repo
+++ b/build-repo
@@ -2,7 +2,7 @@
set -eax
# note: we assume `abuild-keygen -a -i` has alr been run
ALL_TARGET="$PWD/target"
-if [[ "$RM_TARGET" == "" ]]; then rm -rf "$ALL_TARGET"; fi
+if [[ "$RM_TARGET" != "" ]]; then rm -rf "$ALL_TARGET"; fi
mkdir -p "$ALL_TARGET"
export APORTSDIR="$PWD/src"
for REPOPATH in ./src/*; do