Skip to content

Commit 2ffb4ae

Browse files
committed
minor fixes to pacman
1 parent 49d4ccd commit 2ffb4ae

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
release
2+

config/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.07.15
1+
8.07.16

jade/util.ijs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ if. 'd' ~: 4 { 4 pick {. d do. r return. end.
204204
if. IFWIN do.
205205
shell_jtask_ 'rmdir "',y,'" /S /Q'
206206
else.
207-
hostcmd_j_ 'rm -rf --preserve-root ',y
207+
hostcmd_j_ 'rm -rf ',((-.UNAME-:'Darwin')#'--preserve-root '),y
208208
end.
209209
(#1!:0 y);''
210210
)

pacman/manifest.ijs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dat=. freads man
2727
if. dat -: _1 do.
2828
0[log 'could not read manifest for ',y return.
2929
end.
30+
ferase man
3031
if. 0=valmanifest dat do. 0 return. end.
3132
defmanifest dat
3233
)

pm/test3.ijs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ start_jpm_ ''
2121
jd 'reads * from tab'
2222
a=. jd each len#<'reads * from tab'
2323
smoutput showtotal_jpm_''
24-
smoutput showdetail_jpm_'getdb_jd_'
24+
smoutput showdetail_jpm_'getdb_jd_'

regex/build.ijs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NB. build
22

3-
writesource_jp_ '~Main/regex';'~Main/release/install/system/main/regex.ijs'
3+
writesource_jp_ '~Main/regex';'~Main/release/install/system/main/regex.ijs'

0 commit comments

Comments
 (0)