Skip to content

Commit 9c7dec6

Browse files
authored
fix shells-helper code
1 parent 6c528fe commit 9c7dec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oscfg/opensuse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ EOF
205205
# add shells-helper to /etc/skel
206206
if [ ! -f "$WORK/etc/skel/.bin/shells-helper" ]; then
207207
mkdir -p "$WORK/etc/skel/.bin"
208-
local O="~"
208+
local O="$PWD"
209209
cd "$WORK/etc/skel/.bin"
210210
curl -s https://raw.githubusercontent.com/KarpelesLab/make-go/master/get.sh | /bin/sh -s shells-helper
211211
cd "$O"

0 commit comments

Comments
 (0)