Skip to content

Commit 2ffdbdc

Browse files
authored
produce-debug-symbols: formatted script with shfmt
1 parent aa86704 commit 2ffdbdc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build-scripts/produce-debug-symbols

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ done
6060

6161
# Write the installation script
6262
log_debug "Writing the installation script"
63-
cat <<EOF >> $PAYLOAD_DIR/install-ds.sh
63+
cat <<EOF >>$PAYLOAD_DIR/install-ds.sh
6464
#!/bin/sh
6565
# Install debug symbols for executables
6666
for i in \`ls exe/*.gz\`; do
@@ -77,7 +77,7 @@ EOF
7777

7878
# Write the decompression script
7979
log_debug "Writing the decompression script"
80-
cat <<EOF >> decompress-ds.sh
80+
cat <<EOF >>decompress-ds.sh
8181
#!/bin/sh
8282
echo "Installing debug symbols"
8383
TMPDIR=\`mktemp -d /tmp/ds.XXXXXX\`; export TMPDIR
@@ -97,7 +97,7 @@ EOF
9797

9898
# Write the uninstall script
9999
log_debug "Writing the uninstall script"
100-
cat <<EOF >> $PAYLOAD_DIR/uninstall-ds.sh
100+
cat <<EOF >>$PAYLOAD_DIR/uninstall-ds.sh
101101
#!/bin/sh
102102
echo "Uninstalling debug symbols"
103103
rm -f "$PREFIX"/bin/*.\$DEBUG_SUFFIX

0 commit comments

Comments
 (0)