Skip to content

Commit

Permalink
bin/jt more portable
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara authored and john-heinnickel committed Aug 16, 2023
1 parent ca242f4 commit a284bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SELF_PATH=$(cd "$(dirname "$0")" && pwd -P)/$(basename "$0")
while [ -h "$SELF_PATH" ]; do
Expand Down

0 comments on commit a284bbe

Please sign in to comment.