Skip to content

Commit cd2c89b

Browse files
authored
Merge pull request #632 from github/oakeyc/posix
turn off posix for ghe-backup-config
2 parents 3d8fb00 + 4971daa commit cd2c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# . $( dirname "${BASH_SOURCE[0]}" )/../share/github-backup-utils/ghe-backup-config
1515
#
16-
16+
set +o posix
1717
# Assume this script lives in share/github-backup-utils/ when setting the root
1818
GHE_BACKUP_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
1919

0 commit comments

Comments
 (0)