Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions parsers/rawcommand/rawcommand
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ function finish
trap finish EXIT

cat <<- EOF > "${PROJECT_DIR}/chroot/em-$$"
#!/usr/bin/env bash
set -evx
source /etc/profile
$@
#!/usr/bin/env bash
set -evx
source /etc/profile
$@
EOF
chmod +x "${PROJECT_DIR}/chroot/em-$$"

Expand Down