Skip to content

Commit

Permalink
feat(psub): A cleaner way to record the environment's variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Jun 1, 2023
1 parent 539a3d3 commit 72b2bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/psub
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ ulimit -v $VMEM_ULIMIT_KB
# DEBUGGING
if [[ ! \$PSUB_NO_DEBUG ]]; then
echo DEBUGGING
env
( set -o posix ; set )
whoami
id
pwd
Expand Down

0 comments on commit 72b2bb4

Please sign in to comment.