Skip to content

Commit

Permalink
cpl: misc/build.sh # Build su-exec > su_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 25, 2024
1 parent 290c2fa commit dfb26fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile/src/u-misc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -e
source /src/common.sh

#
# Build su-exec
function su-exec(){
# Build su-exec > su_exec ##gitac: /src/u-misc/build.sh: line 32: syntax error: bad function name
function su_exec(){
log "Downloading SU-EXEC..."
rm -rf /tmp/su-exec; # mkdir -p /tmp/su-exec
# branch="--branch=$XLUNCH_VER"
Expand Down

0 comments on commit dfb26fc

Please sign in to comment.